FrameExposureControl.Auto 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 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.