Vcl.VirtualImage.TCustomVirtualImage.ImageHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageHeight: Integer read FImageHeight write SetImageHeight;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.VirtualImage.pas
Vcl.VirtualImage.hpp
Vcl.VirtualImage TCustomVirtualImage

Description

Displays the virtual height of the image.

If the Value is 0 then the image is stretched to control its height.

See Also