Search
FreeFormNode.Text Property
See Also
 





Gets or sets the text displayed inside this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string that should be drawn inside this node.

 See Also