FMX.TabControl.TTabControl.TabHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabHeight: Single read FTabHeight write SetTabHeight;

C++

__property float TabHeight = {read=FTabHeight, write=SetTabHeight};

Properties

Type Visibility Source Unit Parent
property published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Specifies the height, in pixels, of the clickable tabs' captions.

Use the TabHeight property to specify the height, in pixels, of the band that holds all the clickable tab buttons that correspond to individual tabs of this tab control component.

See Also