Gets or sets the text rotation angle of this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
Text rotation works best when PolygonalTextLayout or EnableStyledText is set to true.
WpfDiagram Programmer's Guide | © 2024 MindFusion |