Returns the list of all labels displayed by this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public List<NodeLabel> Labels { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Labels As List(Of NodeLabel) |
See Also