Vcl.Controls.TImageList.Height

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

Delphi

property Height: Integer read FHeight write SetHeight default 16;

C++

__property Height = {default=16};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

説明

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

Vcl.Controls.TImageList.Height は Vcl.ImgList.TCustomImageList.Height を継承しています。以下の内容はすべて Vcl.ImgList.TCustomImageList.Height を参照しています。

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

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

関連項目