Skip to main content

TcxImageZoomingOptions.ZoomPercent Property

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

Declaration

property ZoomPercent: Integer read; write; default 100;

Property Value

Type Default
Integer 100

Remarks

The ZoomPercent property value ranges from MinZoom to MaxZoom. End-users can change this property value by using any of the following methods:

  • Drag the zoom track bar‘s thumb or move it by clicking at the required track bar position;

  • Click the zoom track bar’s change buttons;

  • Scroll the mouse wheel while holding down the Ctrl key.

The default value of the ZoomPercent property is 100.

See Also