Share via


FrameExposureControl.Value Property

Definition

Gets or sets the exposure time for a frame in a variable photo sequence.

public:
 property IReference<TimeSpan> ^ Value { IReference<TimeSpan> ^ get(); void set(IReference<TimeSpan> ^ value); };
IReference<TimeSpan> Value();

void Value(IReference<TimeSpan> value);
public System.Nullable<System.TimeSpan> Value { get; set; }
var iReference = frameExposureControl.value;
frameExposureControl.value = iReference;
Public Property Value As Nullable(Of TimeSpan)

Property Value

The exposure time for a frame in a variable photo sequence.

Applies to