ExposureCompensationControl.SetValueAsync(Single) Method

Definition

Asynchronously sets the exposure compensation.

public:
 virtual IAsyncAction ^ SetValueAsync(float value) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(float const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(float value);
function setValueAsync(value)
Public Function SetValueAsync (value As Single) As IAsyncAction

Parameters

value
Single

float

The exposure compensation level to set the Value property to. The minimum and maximum values are specified by Min and Max.

Returns

The object that is used to control the asynchronous operation.

Attributes

Remarks

The supplied value must be between Min and Max, inclusive, in increments of Step. If you supply an arbitrary value that does not meet these requirements, the value will not be rounded. Instead, an exception will be thrown.

Applies to

See also