Search
Diagram.TableCaption Property
See Also
 





Gets or sets the default text for tables' captions.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string TableCaption { get; set; }

Visual Basic  Copy Code

Public Property TableCaption As String

 Property Value

A string specifying the initial text of table captions. The default is "Table".

 Remarks

The Caption property of new tables is initialized with the value of TableCaption.

 See Also