FrameExposureCompensationControl
FrameExposureCompensationControl
FrameExposureCompensationControl
FrameExposureCompensationControl
Class
Definition
Represents the exposure compensation settings for a frame in a variable photo sequence.
public : sealed class FrameExposureCompensationControl : IFrameExposureCompensationControlpublic sealed class FrameExposureCompensationControl : IFrameExposureCompensationControlPublic NotInheritable Class FrameExposureCompensationControl Implements IFrameExposureCompensationControl// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the ExposureCompensation property.
Properties
Value Value Value Value
Gets or sets the exposure compensation time for a frame in a variable photo sequence.
public : IReference<float> Value { get; set; }public Nullable<float> Value { get; set; }Public ReadWrite Property Value As Nullable<float>// You can use this property in JavaScript.
- Value
- IReference<float> Nullable<float> Nullable<float> Nullable<float>
The exposure compensation time for a frame in a variable photo sequence.