VideoDeviceController.ZoomControl Property

Definition

Gets the ZoomControl associated with the VideoDeviceController.

public:
 property ZoomControl ^ ZoomControl { ZoomControl ^ get(); };
ZoomControl ZoomControl();
public ZoomControl ZoomControl { get; }
var zoomControl = videoDeviceController.zoomControl;
Public ReadOnly Property ZoomControl As ZoomControl

Property Value

The ZoomControl associated with the VideoDeviceController.

Applies to