Search
DraggedNode.Label Property
See Also
 





The text to be displayed for the node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Label { get; set; }

Visual Basic  Copy Code

Public Property Label As String

 Property Value

A string value.

 See Also