ExposureControl.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the EV compensation value.
public:
property TimeSpan Value { TimeSpan get(); };
TimeSpan Value();
public System.TimeSpan Value { get; }
var timeSpan = exposureControl.value;
Public ReadOnly Property Value As TimeSpan
Property Value
The EV compensation value.
Remarks
To set an exposure value, call SetValueAsync specifying a value between the Min and Max exposure values. To turn auto exposure on, call SetAutoAsync.