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.

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

See Also