Share via


FrameExposureControl.Auto Property

Definition

Gets or sets a value indicating whether auto exposure is enabled for a frame in a variable photo sequence.

public:
 property bool Auto { bool get(); void set(bool value); };
bool Auto();

void Auto(bool value);
public bool Auto { get; set; }
var boolean = frameExposureControl.auto;
frameExposureControl.auto = boolean;
Public Property Auto As Boolean

Property Value

Boolean

bool

A value indicating whether auto exposure is enabled for a frame in a variable photo sequence.

Applies to