menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EqualSpaceSnapInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EqualSpaceSnapInfo

    Information about the objects that are equally spaced.

    Inheritance
    System.Object
    SnapInfo
    EqualSpaceSnapInfo
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class EqualSpaceSnapInfo : SnapInfo

    Properties

    Distance

    Gets or sets the distance between equally spaced objects

    Declaration
    public double Distance { get; set; }
    Property Value
    Type
    System.Double

    EquallySpacedObjects

    Gets or sets the collection of objects that are equally spaced

    Declaration
    public List<object> EquallySpacedObjects { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    SnapToObject

    Gets or sets the reason of the snap.

    Declaration
    public SnapToObject SnapToObject { get; set; }
    Property Value
    Type
    SnapToObject

    Target

    Gets or sets the nearest object among the equally spaced objects.

    Declaration
    public object Target { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved