Gets or sets the link's text placement and orientation.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public HorizontalAlignment TextAlignment { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextAlignment As HorizontalAlignment |
A member of the HorizontalAlignment enumeration. The default value is Center.
Currently this property is considered only when TextStyle is set to OverLongestSegment.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |