Gets or sets a value indicating whether the Text should be rotated when the shape node is rotated.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool RotateText { get; set; } |
Visual Basic Copy Code |
---|
Public Property RotateText As Boolean |
true to rotate the node's text; otherwise, false. The default is false.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |