Search
TableNode.CaptionHeight Property
See Also
 





Gets or sets the height of the table's caption bar.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double CaptionHeight { get; set; }

Visual Basic  Copy Code

Public Property CaptionHeight As Double

 Property Value

A double value specifying the height of the table caption. Initialized with the value of TableCaptionHeight.

 Remarks

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.

 See Also