Back to Devexpress

TcxCustomImage.ZoomingOptions Property

vcl-cximage-dot-tcxcustomimage-10485eac.md

latest1.4 KB
Original Source

TcxCustomImage.ZoomingOptions Property

Provides access to image zoom settings.

Declaration

delphi
property ZoomingOptions: TcxImageZoomingOptions read; write;

Property Value

TypeDescription
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.

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

TcxCustomImage Class

TcxCustomImage Members

cxImage Unit