Search
Diagram.ContainerCaption Property
See Also
 





Gets or sets the default value for the Caption property of containers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ContainerCaption { get; set; }

Visual Basic  Copy Code

Public Property ContainerCaption As String

 Property Value

A string specifying the initial caption text of containers. The default is "Container".

 See Also