IImageBox.AutoSize

Syntax

AutoSize: Boolean;

Description

The AutoSize property determines whether the window size of the component should be set automatically in accordance with the image size.

Comments

If the AutoSize property is set to True, the size of the component is adjusted to the sizes of the image placed in it, otherwise, the size of component remains fixed. If the sizes of the component are less than the sizes of the image, only one part of the image that fits to this area, is displayed. The property is set to False by default.

See also:

IImageBox