VideoDeviceController.ZoomControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.