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