FMX.StdCtrls.TLabel.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont;

C++

__property Font;

Properties

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

Description

Specifies the font to use when displaying the text.

FMX.StdCtrls.TLabel.Font inherits from FMX.StdCtrls.TPresentedTextControl.Font. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.Font.


Specifies the font to use when displaying the text.

See Also