Returns the list of all labels displayed by this link.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public List<LinkLabel> Labels { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Labels As List(Of LinkLabel) |
A list of LinkLabel objects.
Call the AddLabel and RemoveLabel methods to add or remove labels.
WpfDiagram Programmer's Guide | © 2024 MindFusion |