Class RotationChangedEventArgs
RotationChangedEventArgs notifies when the node/connector are rotated
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class RotationChangedEventArgs : Object
Constructors
RotationChangedEventArgs()
Declaration
public RotationChangedEventArgs()
Properties
Element
Gets the node that is selected for rotation.
Declaration
public DiagramSelectionSettings Element { get; }
Property Value
Type | Description |
---|---|
DiagramSelectionSettings |
NewValue
Gets the new rotation angle.
Declaration
public DiagramSelectionSettings NewValue { get; }
Property Value
Type | Description |
---|---|
DiagramSelectionSettings |
OldValue
Gets the previous rotation angle.
Declaration
public DiagramSelectionSettings OldValue { get; }
Property Value
Type | Description |
---|---|
DiagramSelectionSettings |