Skip to main content

TcxImageZoomingOptions.MinZoom Property

Specifies the minimum zoom percentage in the image editor.

Declaration

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