Vcl.Controls.TImageList.DrawingStyle

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

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle write SetDrawingStyle default 2;

C++

__property DrawingStyle = {default=2};

プロパティ

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

説明

イメージリストがイメージを描画するときに使用するスタイルを指定します。

Vcl.Controls.TImageList.DrawingStyle は Vcl.ImgList.TCustomImageList.DrawingStyle を継承しています。以下の内容はすべて Vcl.ImgList.TCustomImageList.DrawingStyle を参照しています。

イメージリストがイメージを描画するときに使用するスタイルを指定します。

DrawingStyle プロパティは,イメージの表示方法を指定できます。DrawingStyle は,BlendColor で指定した混合色が前景色または背景色とどの程度混ぜ合わせられるかを制御します。

関連項目