FrameExposureCompensationControl.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 or sets the exposure compensation time for a frame in a variable photo sequence.
public:
property IReference<float> ^ Value { IReference<float> ^ get(); void set(IReference<float> ^ value); };
IReference<float> Value();
void Value(IReference<float> value);
public System.Nullable<float> Value { get; set; }
var iReference = frameExposureCompensationControl.value;
frameExposureCompensationControl.value = iReference;
Public Property Value As Nullable(Of Single)
Property Value
The exposure compensation time for a frame in a variable photo sequence.