Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImage.AutoSize Property

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

#Declaration

Delphi
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