Vcl.TabNotBk.TTabbedNotebook.TopFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopFont: TFont read FTabFont;

C++

__property Vcl::Graphics::TFont* TopFont = {read=FTabFont};

Properties

Type Visibility Source Unit Parent
property public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Returns the current value of font used on the tabs of the tabbed notebook.

TopFont is a read-only property that reports the TabFont value.

See Also