Class SnapParameter
The parameters to represent the possible snaps and the proposed changes if the snaps are accepted.
Inheritance
System.Object
SnapParameter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SnapParameter : Object
Properties
Current
Gets or sets the current status of the object that is being dragged.
Declaration
public SnapState Current { get; set; }
Property Value
Type |
---|
SnapState |
Proposed
Gets or sets the proposed status of the object that is being dragged.
Declaration
public SnapState Proposed { get; set; }
Property Value
Type |
---|
SnapState |
SnapChanges
Gets the property that will be changed bacause of the snap.
Declaration
public SnapChanges SnapChanges { get; }
Property Value
Type |
---|
SnapChanges |
SnapInfo
Gets the information about the Target
Declaration
public object SnapInfo { get; }
Property Value
Type |
---|
System.Object |
SnapReason
Gets or sets the reason or target of the snap
Declaration
public SnapReason SnapReason { get; }
Property Value
Type |
---|
SnapReason |