Search
DiagramLink.TextBlock Property
See Also
 






The control which displays the link text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TextBlock TextBlock { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextBlock As TextBlock

 Property Value

The TextBlock instance used to display the text of the link.

 See Also