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

TcxImageZoomingOptions.MaxZoom Property

Specifies the maximum zoom level of the displayed image (as a percentage).

#Declaration

Delphi
property MaxZoom: Integer read; write; default 500;

#Property Value

Type Default Description
Integer 500

The maximum zoom percentage in the image editor.

The property value cannot be lower than 100.

#Remarks

Use MinZoom and MaxZoom properties to adjust lower and upper limits for the ZoomPercent property value.

MinZoom and MaxZoom property values correspond to terminal slider positions in a zoom track bar when it is visible[1].

VCL Editors Library: Zoom Operations in an Image Editor

#Property Setter Behavior

The MaxZoom property setter changes the property value to 100 if you assign a lower value to the MaxZoom property.

#Default Value

The MinZoom property’s default value is 0.

Footnotes
  1. The image editor displays a zoom track bar when the following conditions are met:

See Also