TcxCustomTabControlProperties.TabHeight Property
In This Article
Specifies the height of tabs in pixels.
#Declaration
Delphi
property TabHeight: SmallInt read; write; default 0;
#Property Value
Type | Default | Description |
---|---|---|
Small |
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 Tab
The default value of the TabHeight property is 0.
See Also