Search
DiagramNode.RotationAngle Property
See Also
 





Gets or sets the rotation angle of this node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float RotationAngle { get; set; }

Visual Basic  Copy Code

Public Property RotationAngle As Single

 Property Value

A float value specifying the rotation angle in degrees.

 See Also