Search
ShapeNode.TextRotationAngle Property
See Also
 





Gets or sets the text rotation angle of this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double TextRotationAngle { get; set; }

Visual Basic  Copy Code

Public Property TextRotationAngle As Double

 Property Value

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

 Remarks

Text rotation works best when PolygonalTextLayout or EnableStyledText is set to true.

 See Also