Class EqualSpaceSnapInfo
Information about the objects that are equally spaced.
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 |
---|
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 |