Vcl.ImgList.TCustomImageList.ColorDepth

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

Delphi

property ColorDepth: TColorDepth read FColorDepth write SetColorDepth default cdDeviceDependent;

C++

__property TColorDepth ColorDepth = {read=FColorDepth, write=SetColorDepth, default=1};

プロパティ

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

説明

リスト内の画像のカラー深度。

ColorDepth は、リスト内の画像のカラー深度型 TColorDepth です。

関連項目