Class GridlineSnapInfo
Information about the Target Gridline
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class GridlineSnapInfo : SnapInfo
Properties
Side
Gets or sets the Side of the moving object has to be snapped
Declaration
public Side Side { get; set; }
Property Value
Type |
---|
Side |
Target
Gets or sets the position of the target Gridline.
Declaration
public double Target { get; set; }
Property Value
Type |
---|
System.Double |