Gets or sets the height of the table's caption bar.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double CaptionHeight { get; set; } |
Visual Basic Copy Code |
---|
Public Property CaptionHeight As Double |
A double value specifying the height of the table caption. Initialized with the value of TableCaptionHeight.
Keep in mind that a table is moved by dragging its caption bar (per default HandlesStyle). Making the caption bar too narrow would make it harder for users to move.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |