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

Remarks

The MinZoom and MaxZoom properties specify the lower and upper bounds of the ZoomPercent property values, respectively. The MaxZoom property value cannot be less than 100.

The default value of the MaxZoom property is 500.

See Also