VideoDeviceController.TorchControl 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 torch control for this video device.
public:
property TorchControl ^ TorchControl { TorchControl ^ get(); };
TorchControl TorchControl();
public TorchControl TorchControl { get; }
var torchControl = videoDeviceController.torchControl;
Public ReadOnly Property TorchControl As TorchControl
Property Value
The torch control.