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].
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
-
The image editor displays a zoom track bar when the following conditions are met:
- Zoom operations are available (the editor’s Properties.FitMode property is set to ifmNormal).
- The ShowZoomTrackBar property is set to
True
. - The mouse pointer is within the editor’s boundaries.
See Also