MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Labels Property
See Also
 





Returns the list of supplementary labels displayed by this node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public List<NodeLabel> Labels { get; }

Visual Basic  Copy Code

Public ReadOnly Property Labels As List(Of NodeLabel)

 Property Value

A list of NodeLabel objects.

 Remarks

Call the AddLabel and RemoveLabel methods to add or remove labels.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
Text Property