Compartir a través de


FlashControl.PowerPercent Propiedad

Definición

Obtiene o establece la intensidad del flash.

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

Valor de propiedad

Single

float

El porcentaje de alimentación en el que se establece el LED de antorcha.

Comentarios

Debe comprobar el valor de la propiedad PowerSupported del objeto FlashControl antes de intentar acceder a esta propiedad. Si PowerSupported es false, al intentar acceder a esta propiedad se producirá una excepción.

Se aplica a