Vcl.ImgList.TCustomImageList.Height

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

Delphi

property Height: Integer read FHeight write SetHeight default 16;

C++

__property int Height = {read=FHeight, write=SetHeight, default=16};

プロパティ

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

説明

イメージリスト内のイメージの高さを指定します。

Height プロパティは,イメージリストに追加する前にイメージの高さを指定できます。この値を変えるとイメージリストがクリアされます。

関連項目