Search
ContainerNode.Caption Property
See Also
 





Gets or sets the text displayed as caption of the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Caption { get; set; }

Visual Basic  Copy Code

Public Property Caption As String

 Property Value

A string containing the container's caption text.

 See Also