Vcl.Controls.TImageList.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle write SetDrawingStyle default 2;

C++

__property DrawingStyle = {default=2};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Specifies the style to be used when the image list is drawing an image.

Vcl.Controls.TImageList.DrawingStyle inherits from Vcl.ImgList.TCustomImageList.DrawingStyle. All content below this line refers to Vcl.ImgList.TCustomImageList.DrawingStyle.

Specifies the style to be used when the image list is drawing an image.

Use the DrawingStyle property to control how the image is to appear. DrawingStyle controls how much of the blend color specified by BlendColor is combined with the foreground, or what background color to use.

See Also