Gets or sets the angle at which this node is rotated. This is a dependency property.
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. The default value is 0.
See Also