API:Vcl.VirtualImage.TVirtualImage.ImageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageWidth: Integer read FImageWidth write SetImageWidth;

C++

__property ImageWidth;

Properties

Type Visibility Source Unit Parent
property published
Vcl.VirtualImage.pas
Vcl.VirtualImage.hpp
Vcl.VirtualImage TVirtualImage

Description

Displays the virtual width of the image.

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

Vcl.VirtualImage.TVirtualImage.ImageWidth inherits from Vcl.VirtualImage.TCustomVirtualImage.ImageWidth. All content below this line refers to Vcl.VirtualImage.TCustomVirtualImage.ImageWidth.

Displays the virtual width of the image.

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

See Also