FMX.ListView.Types.TListItemTextButton.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont;

C++

__property Fmx::Graphics::TFont* Font = {read=GetFont};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemTextButton

Description

Specifies the font used to draw button text.

See Also