Vcl.VirtualImage.TCustomVirtualImage.ImageHeight

提供:RAD Studio API Documentation

Delphi

property ImageHeight: Integer read FImageHeight write SetImageHeight;

C++

__property int ImageHeight = {read=FImageHeight, write=SetImageHeight, nodefault};

プロパティ

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


説明

イメージの仮想の高さを表示します。

Value が 0 の場合、イメージはその高さを制御して引き延ばされます。

関連項目