FMX.StdCtrls.TPresentedTextControl.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Specifies the font to use when displaying the text.

See Also