InfraredTorchControl.CurrentMode 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 current operation mode of the infrared LED.
public:
property InfraredTorchMode CurrentMode { InfraredTorchMode get(); void set(InfraredTorchMode value); };
InfraredTorchMode CurrentMode();
void CurrentMode(InfraredTorchMode value);
public InfraredTorchMode CurrentMode { get; set; }
var infraredTorchMode = infraredTorchControl.currentMode;
infraredTorchControl.currentMode = infraredTorchMode;
Public Property CurrentMode As InfraredTorchMode
Property Value
The current operation mode of the infrared LED.