Skip to main content

TcxCustomImage.ZoomingOptions Property

Provides access to image zoom settings.

Declaration

property ZoomingOptions: TcxImageZoomingOptions read; write;

Property Value

Type Description
TcxImageZoomingOptions

Stores image editor zoom settings.

Remarks

You can use the ZoomingOptions.ZoomPercent property to zoom the displayed image in or out if the Properties.FitMode property is set to ifmNormal.

VCL Editors Library: Zoom Operations in an Image Editor

Users can rotate the mouse wheel while holding the Ctrl key to zoom the displayed image in or out. If the Properties.Center property is set to False, users can also pan the image when its size exceeds the editor’s width and height.

Refer to the TcxImageZoomingOptions class description for detailed information on all available options.

See Also