Search
DiagramNode.GetRotationAngle Method
See Also
 





Gets the rotation angle of this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual float GetRotationAngle ()

Visual Basic  Copy Code

Public Overridable Function GetRotationAngle () As Single

 Return Value

A float value specifying the rotation angle.

 See Also