Class RotationChangedEventArgs
Class containing rotation changed event args.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class RotationChangedEventArgs : EventArgs
Constructors
RotationChangedEventArgs(Node, Single)
Initializes a new instance of the RotationChangedEventArgs class.
Declaration
public RotationChangedEventArgs(Node nodeChanged, float fRotationOffset)
Parameters
Type | Name | Description |
---|---|---|
Node | nodeChanged | The node changed. |
System.Single | fRotationOffset | The f rotation offset. |
Properties
NodeAffected
Gets the node affected.
Declaration
public Node NodeAffected { get; }
Property Value
Type | Description |
---|---|
Node | The node affected. |
RotationOffset
Gets the rotation offset.
Declaration
public float RotationOffset { get; }
Property Value
Type | Description |
---|---|
System.Single | The rotation offset. |