Share via


TorchControl.PowerSupported Property

Definition

Gets a value that specifics if the device allows the torch LED power settings to be changed.

public:
 property bool PowerSupported { bool get(); };
bool PowerSupported();
public bool PowerSupported { get; }
var boolean = torchControl.powerSupported;
Public ReadOnly Property PowerSupported As Boolean

Property Value

Boolean

bool

true if the power settings can be modified; otherwise, false.

Applies to