Class SelectorChangedInfo
Represents a struct that provides data about Selector to SelectorChangedEventArgs class.
Inheritance
System.Object
SelectorChangedInfo
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SelectorChangedInfo : ValueType
Properties
Height
Gets the height value of the selector.
Declaration
public double Height { get; }
Property Value
Type |
---|
System.Double |
InteractionState
Gets the interaction state of the Selector.
Declaration
public NodeChangedInteractionState InteractionState { get; }
Property Value
Type |
---|
NodeChangedInteractionState |
OffsetX
Gets the offset-X value of the Selector.
Declaration
public double OffsetX { get; }
Property Value
Type |
---|
System.Double |
OffsetY
Gets the offset-Y vale of the selector.
Declaration
public double OffsetY { get; }
Property Value
Type |
---|
System.Double |
Pivot
Gets the pivot value of the Selector.
Declaration
public Point Pivot { get; }
Property Value
Type |
---|
System.Windows.Point |
PreviewMode
Gets the preview mode value of the Selector.
Declaration
public PreviewMode PreviewMode { get; }
Property Value
Type |
---|
PreviewMode |
RotateAngle
Gets the rotation angle of the Selector.
Declaration
public double RotateAngle { get; }
Property Value
Type |
---|
System.Double |
ScaleX
Gets the scale-X value of the Selector.
Declaration
public double ScaleX { get; }
Property Value
Type |
---|
System.Double |
ScaleY
Gets the scale-Y value of the Selector.
Declaration
public double ScaleY { get; }
Property Value
Type |
---|
System.Double |
Size
Gets or sets the size value of the Selector.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Windows.Size |
Width
Gets the width value of the Selector.
Declaration
public double Width { get; }
Property Value
Type |
---|
System.Double |