FMX.TabControl.TTabControl.TabBarRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabBarRect: TRectF read FTabBarRect;

C++

__property System::Types::TRectF TabBarRect = {read=FTabBarRect};

Properties

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

Description

The coordinates of the rectangle where all the tab titles are placed.

See Also