Search
ShapeNode.RotateText Property
See Also
 





Gets or sets a value indicating whether the Text should be rotated when the shape node is rotated.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RotateText { get; set; }

Visual Basic  Copy Code

Public Property RotateText As Boolean

 Property Value

true to rotate the node's text; otherwise, false. The default is false.

 Remarks

If the property is set to false and PolygonalTextLayout is enabled, the text stays horizontal but it adapts to the rotated outline of the shape node.

 See Also