Gets or sets the text displayed over a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string Text { get; set; } |
Visual Basic Copy Code |
---|
Public Property Text As String |
A string containing the text. Initialized with the value of LinkText.
Gets or sets the text that should be drawn over a link. Use this to provide to end-users a short description of the relation's purpose. The text appearance can be customized through the TextBrush and TextStyle properties.
The link can display multiple labels via the LinkLabel class. Labels can automatically avoid overlapping nodes or other labels when their AutoArrange property is set.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |