TorchControl.PowerPercent 属性

定义

获取或设置火炬 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

属性值

Single

float

将火炬 LED 设置为的功率百分比。

适用于