Skip to main content

TcxCustomTabControlProperties.TabHeight Property

Specifies the height of tabs in pixels.

Declaration

property TabHeight: SmallInt read; write; default 0;

Property Value

Type Default Description
SmallInt 0

The tab height, in pixels.

Remarks

Use the TabHeight property to set or get the height of tabs in pixels. This property cannot be set to a value less than that required to fit the contents of tabs. Tab contents include tab caption and tab image.

Note

If the TabHeight property is set to 0, the tab height is calculated automatically to fit content. When tabs are oriented vertically, the height of tabs is the width of the rectangles they occupy.

The default value of the TabHeight property is 0.

See Also