Gets or sets the rotation angle of this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double RotationAngle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RotationAngle As Double |
A double value specifying the rotation angle in degrees.
See Also