Font property
TFont
get
Font
Implementation
TFont get Font => _font;
set
Font
(TFont Value)
Implementation
void set Font(TFont Value) => _font.Assign(Value);