Gets or sets the default height of table captions.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public float TableCaptionHeight { get; set; } |
Visual Basic Copy Code |
---|
Public Property TableCaptionHeight As Single |
A float value, which indicates the height of table caption. Default value is 5.
The value of this property is used to initialize the CaptionHeight property of new tables.
NetDiagram Programmer's Guide | © 2023 MindFusion |