Search
DiagramNode.Labels Property
See Also
 





Returns the list of supplementary labels displayed by this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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