ASP.NET Pack Programmer's Guide
Diagram.LinkText Property
See Also
 





Gets or sets the default text of links.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string LinkText { get; set; }

Visual Basic  Copy Code

Public Property LinkText As String

 Property Value

A string specifying the initial text of links. The default is an empty string.

 Remarks

The value of this property is assigned to the Text property of new links.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
DiagramLink.TextColor Property
TextFormat Property