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이면 이 속성에 액세스하려고 하면 예외가 발생합니다.

적용 대상