TorchControl.PowerPercent 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 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.