FMX.Memo.TCustomMemo.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.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo

Description

Specifies the family, size, and style properties of the text font in the memo control.

See Also