Class SnapChanges
Specifies th property that is going to be changed.
Inheritance
System.Object
SnapChanges
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SnapChanges : Enum
Fields
Angle
Snapping occurs when Angle of the Node value changes.
Declaration
public const SnapChanges Angle
Field Value
Type |
---|
SnapChanges |
Height
Snapping occurs when Height of the node value changes.
Declaration
public const SnapChanges Height
Field Value
Type |
---|
SnapChanges |
None
Disables all the behavior for snapchanges.
Declaration
public const SnapChanges None
Field Value
Type |
---|
SnapChanges |
Width
Snapping occurs when Width of the node value changes.
Declaration
public const SnapChanges Width
Field Value
Type |
---|
SnapChanges |
X
Snapping occurs when the x value changes.
Declaration
public const SnapChanges X
Field Value
Type |
---|
SnapChanges |
Y
Snapping occurs when the y value changes.
Declaration
public const SnapChanges Y
Field Value
Type |
---|
SnapChanges |