Vcl.Graphics.TFont.Color

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

Delphi

property Color: TColor read FColor write SetColor;

C++

__property System::Uitypes::TColor Color = {read=FColor, write=SetColor, nodefault};

プロパティ

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


説明

テキストの色を示します。

Color を使用すると、テキスト文字の色(背景色ではなく)を指定することができます。 Color がディザリングした色に設定されている場合、テキストはディザリングされていない最も近い値で表されます。

関連項目


コード サンプル