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 |
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 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
-
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