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