Class SnapState
Represents a struct that provides data when snapping operation is performing.
Inheritance
System.Object
SnapState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SnapState : ValueType
Properties
Angle
Gets the Rotation angle of the object.
Declaration
public Nullable<double> Angle { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Height
Gets the height of the object.
Declaration
public Nullable<double> Height { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Width
Gets the width value of the object.
Declaration
public Nullable<double> Width { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
X
Gets the X position of the object.
Declaration
public Nullable<double> X { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |
Y
Gets the Y position of the object.
Declaration
public Nullable<double> Y { get; }
Property Value
Type |
---|
System.Nullable<System.Double> |