WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EqualSpaceSnapInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EqualSpaceSnapInfo

    Information about the objects that are equally spaced.

    Inheritance
    System.Object
    SnapInfo
    EqualSpaceSnapInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.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 Description
    System.Double

    EquallySpacedObjects

    Gets or sets the collection of objects that are equally spaced

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

    SnapToObject

    Gets or sets the reason of the snap.

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

    Target

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

    Declaration
    public object Target { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved