TiImageDisplay.AutoSize
TiImageDisplay
Controls whether the iImageDisplay control resizes the first image in the
image list.
property AutoSize : Boolean;
Description
Use AutoSize to specify whether the entire component resizes itself to the
size of the first image in the image list.
Example
Delphi
iComponent.AutoSize := True;
C++ Builder
iComponent->AutoSize = True;
Contents | Index | Previous | Next