Gets or sets the default text of links.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string LinkText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LinkText As String |
A string specifying the initial text of links. The default is an empty string.
RemarksThe value of this property is assigned to the Text property of new links.
See AlsoDiagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DiagramLink.TextBrush Property
TextFormat Property