Skip to main content

TcxImageZoomingOptions.MaxZoom Property

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

Declaration

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