DiagramLite Programmer's Guide
LinkLabel.Text Property
See Also
 





Gets or sets the label's text. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string specifying the label's text.

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming Namespace