Gets or sets the default value for the Caption property of containers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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".
WpfDiagram Programmer's Guide | © 2024 MindFusion |