Gets or sets the default height of table captions.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double TableCaptionHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TableCaptionHeight As Double |
A double value, which indicates the height of table caption. Default value is 5.
RemarksThe value of this property is used to initialize the CaptionHeight property of new tables.
See Also