Search
EditNodeTextEventArgs.Label Property
See Also
 





Gets or sets a NodeLabel related to this event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel Label { get; set; }

Visual Basic  Copy Code

Public Property Label As NodeLabel

 Property Value

A NodeLabel instance.

 Remarks

This property is set to null when the user edits node's main Text. It has a value only if user edits a supplementary node label.

 See Also