Vcl.ActnMan.TMenuProperties.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read FFont write SetFont;

C++

__property Vcl::Graphics::TFont* Font = {read=FFont, write=SetFont};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TMenuProperties

Description

Controls the attributes used to draw the text of each menu item.

Use Font to specify the attributes used to draw the text of each menu items.

See Also