ASP.NET Pack Programmer's Guide
TableNode.CaptionHeight Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float CaptionHeight { get; set; }

Visual Basic  Copy Code

Public Property CaptionHeight As Single

 Property Value

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

 Remarks

Keep in mind that tables are moved by clicking their captions and dragging. Don't make captions too narrow or they would become harder to move.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
CaptionFormat Property
CaptionBrush Property
Caption Property
Diagram.TableCaptionHeight Property