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 double GetRotationAngle ()

Visual Basic  Copy Code

Public Overridable Function GetRotationAngle () As Double

 Return Value

A double value specifying the rotation angle.

 See Also