Vcl.VirtualImage.TCustomVirtualImage.ImageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageWidth: Integer read FImageWidth write SetImageWidth;

C++

__property int ImageWidth = {read=FImageWidth, write=SetImageWidth, nodefault};

Properties

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

Description

Displays the virtual width of the image.

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

See Also