Vcl.ActnMan.TTextProperties.Font

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Font: TFont read FFont write SetFont;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TTextProperties

説明

アクション クライアント項目に書き出されるテキストの属性を制御します。

新しいフォントに変更するには、新しい TFont オブジェクトを指定します。フォントを変更するには、TFont オブジェクトの CharsetColorHeightNamePitchSize、または Style の値を変更します。

関連項目