次の方法で共有


FlashControl.PowerPercent プロパティ

定義

フラッシュの強度を取得または設定します。

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

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

プロパティ値

Single

float

トーチ LED が設定されている電力の割合。

注釈

このプロパティにアクセスする前に、FlashControl オブジェクトの PowerSupported プロパティの値をチェックする必要があります。 PowerSupported が false の場合、このプロパティにアクセスしようとすると例外がスローされます。

適用対象