Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImage.ZoomingOptions Property

Provides access to image zoom settings.

#Declaration

Delphi
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