Skip to main content

TcxImageZoomingOptions.MinZoom Property

Specifies the minimum zoom level of the displayed image (as a percentage).

Declaration

property MinZoom: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

The MinZoom and MaxZoom properties specify the lower and upper bounds of the ZoomPercent property values, respectively. The MinZoom property value ranges from 0 to 100.

The default value of the MinZoom property is 0.

See Also