Gets or sets the default value for the Caption property of containers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string ContainerCaption { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContainerCaption As String |
A string specifying the initial caption text of containers. The default is "Container".
See Also