Search
DiagramNode.RotationAngle Property
See Also
 






Gets or sets the angle at which this node is rotated. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double RotationAngle { get; set; }

Visual Basic  Copy Code

Public Property RotationAngle As Double

 Property Value

double value specifying the rotation angle in degrees. The default value is 0.

 See Also