Partager via


RegionOfInterest.AutoExposureEnabled Propriété

Définition

Obtient ou définit une valeur qui spécifie si l’exposition automatique est activée.

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

Valeur de propriété

Boolean

bool

true si l’exposition automatique est activée ; sinon, false.

S’applique à