RegionOfInterest.AutoExposureEnabled Proprietà

Definizione

Ottiene o imposta un valore che specifica se l'esposizione automatica è abilitata.

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

Valore della proprietà

Boolean

bool

true se l'esposizione automatica è abilitata; in caso contrario, false.

Si applica a