RegionOfInterest.AutoExposureEnabled Propiedad

Definición

Obtiene o establece un valor que especifica si está habilitada la exposición automática.

public:
 property bool AutoExposureEnabled { bool get(); void set(bool value); };
bool AutoExposureEnabled();

void AutoExposureEnabled(bool value);
public bool AutoExposureEnabled { get; set; }
var boolean = regionOfInterest.autoExposureEnabled;
regionOfInterest.autoExposureEnabled = boolean;
Public Property AutoExposureEnabled As Boolean

Valor de propiedad

Boolean

bool

true si la exposición automática está habilitada; de lo contrario, false.

Se aplica a