Skip to main content

TcxCustomImage.AutoSize Property

Specifies if the image editor automatically adjusts its size according to loaded image dimensions.

Declaration

property AutoSize; default False;

Property Value

Type Default Description
Boolean False

True if the image editor automatically adjusts its size according to the loaded image; otherwise, False.

Remarks

Width and Height property values explicitly define image editor dimensions. You can set the AutoSize property to True to allow the image editor to automatically adjust its width and height according to the displayed image.

Default Value

The AutoSize property’s default value is True.

See Also