Zoom Switch Control

Defined in namespace Scandit.DataCapture.Core.UI

ZoomSwitchControl
class ZoomSwitchControl : View, IControl

Added in version 6.10.0

Control that allows to switch between two camera zoom levels defined by CameraSettings.ZoomFactor and CameraSettings.ZoomGestureZoomFactor.

You can add this control to a view by calling DataCaptureView.AddControl().

ZoomSwitchControl()
ZoomSwitchControl()

Added in version 6.10.0

Initializes a new ZoomSwitchControl.

ZoomedOutImage
ImageSource ZoomedOutImage { get;set; }

Added in version 6.10.0

The button image displayed when the zoom level is set to 1x.

ZoomedOutPressedImage
ImageSource ZoomedOutPressedImage { get;set; }

Added in version 6.10.0

The button image displayed when the zoom level is set to 1x and the button is pressed.

ZoomedInImage
ImageSource ZoomedInImage { get;set; }

Added in version 6.10.0

The button image displayed when the zoom level is set to 2x.

ZoomedInPressedImage
ImageSource ZoomedInPressedImage { get;set; }

Added in version 6.10.0

The button image displayed when the zoom level is set to 2x and pressed.