Enum SnapChanges
Specifies th property that is going to be changed.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum SnapChanges
Fields
Name | Description |
---|---|
Angle | Snapping occurs when Angle of the Node value changes. |
Height | Snapping occurs when Height of the node value changes. |
None | Disables all the behavior for snapchanges. |
Width | Snapping occurs when Width of the node value changes. |
X | Snapping occurs when the x value changes. |
Y | Snapping occurs when the y value changes. |