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