MindFusion.Wpf Pack Programmer's Guide
Diagram.TableCaption Property
See Also
 





Gets or sets the default text for tables' captions.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TableCaptionHeight Property