Returns the list of supplementary labels displayed by this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |