Search
DiagramLink.Labels Property
See Also
 





Returns the list of all labels displayed by this link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<LinkLabel> Labels { get; }

Visual Basic  Copy Code

Public ReadOnly Property Labels As List(Of LinkLabel)

 Property Value

A list with all link labels.

 See Also