This property sets whether or not the ImageKit Control will be resized to fit the size of the image.
[C++Builder]   imagekitcontrolname->AutoSize [= bool ]
[Delphi]   imagekitcontrolname.AutoSize [= Boolean ]

Property Value

Value Explanation
True The ImageKit Control will be resized to fit the size of the image
False (default) The size of the ImageKit Control, as determined at design-time or at run-time by the ImageKit Control height and width will be maintained.

Explanation

The AutoSize property sets whether or not the ImageKit Control will be resized to fit the size of the image. When true, the ImageKit Control's top, left position is maintained and the ImageKit Control's height and width are changed to fit the size of the image.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation