Share via


FrameExposureCompensationControl.Value Property

Definition

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.

Applies to