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.MinZoom Property

Specifies the minimum zoom percentage in the image editor.

#Declaration

Delphi
property MinZoom: Integer read; write; default 0;

#Property Value

Type Default Description
Integer 0

The minimum zoom percentage in the image editor.

The property value cannot be negative.

#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 MinZoom property setter changes the property value to 0 if you assign a negative value to the MinZoom 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