ExposureControl.Value Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur de compensation ev.
public:
property TimeSpan Value { TimeSpan get(); };
TimeSpan Value();
public System.TimeSpan Value { get; }
var timeSpan = exposureControl.value;
Public ReadOnly Property Value As TimeSpan
Valeur de propriété
Valeur de compensation ev.
Remarques
Pour définir une valeur d’exposition, appelez SetValueAsync en spécifiant une valeur entre les valeurs d’exposition Min et Max . Pour activer l’exposition automatique, appelez SetAutoAsync.