Vcl.Imaging.GIFImg.TGIFTextExtension.BackgroundColor
Delphi
property BackgroundColor: TColor read GetBackgroundColor;
C++
__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFTextExtension |
説明
グラフィックスとしてテキストデータを描画するときの背景用に使われる色を指定します。
BackgroundColor プロパティは BackgroundColorIndex で GIF のカラーマップ中から見つかる色を示します。
関連項目