Vcl.ImgList.TCustomImageList.DrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawingStyle: TDrawingStyle read FDrawingStyle write SetDrawingStyle default dsNormal;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

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