Gets or sets the text rotation angle of this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double TextRotationAngle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextRotationAngle As Double |
A double value specifying the text rotation angle. The default value is 0.
RemarksText rotation works best when PolygonalTextLayout or EnableStyledText is set to true.
See Also