DiagramLite Programmer's Guide
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.Silverlight

 Syntax

C#  Copy Code

public double RotationAngle { get; set; }

Visual Basic  Copy Code

Public Property RotationAngle As Double

 Property Value

A double value specifying the rotation angle. The default is 0.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace