TorchControl.PowerPercent Property

Definition

Gets or sets the intensity of the torch LED.

public:
 property float PowerPercent { float get(); void set(float value); };
float PowerPercent();

void PowerPercent(float value);
public float PowerPercent { get; set; }
var single = torchControl.powerPercent;
torchControl.powerPercent = single;
Public Property PowerPercent As Single

Property Value

Single

float

The power percent the torch LED is set to.

Applies to