FMX.ListView.Types.TListItemText.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 TListItemText

Description

Returns a value of the TFont type that keeps font properties used to draw the item text.

See Also