DiagramLite Programmer's Guide
DiagramLink.Text Property
See Also
 





Gets or sets the text displayed over a link. 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 containing the link label.

 Remarks

Gets or sets the text that is drawn over a link. Use this to provide to end-users a short description of the relation's purpose.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
Labels Property