Vcl.ImgList.TCustomImageList.DrawingStyle

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

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle write SetDrawingStyle default dsNormal;

C++

__property TDrawingStyle DrawingStyle = {read=FDrawingStyle, write=SetDrawingStyle, default=2};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList


説明

イメージ リストがイメージを描画する際に使用されるスタイルを示します。

DrawingStyle プロパティを使用すると、イメージがどのように現れるかを制御できます。DrawingStyle は、BlendColor によって指定されたブレンド色が、前景色とどの程度混色されるか、または、どの背景色が使用されるかを制御します。

関連項目