Gets or sets the default text for tables' captions.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string TableCaption { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableCaption As String |
A string specifying the initial text of table captions. The default is "Table".
The Caption property of new tables is initialized with the value of TableCaption.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |