Share via


InfraredTorchControl.CurrentMode Property

Definition

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.

Applies to

See also