ExposureControl.Step 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 the smallest exposure time increment supported by the capture device.
public:
property TimeSpan Step { TimeSpan get(); };
TimeSpan Step();
public System.TimeSpan Step { get; }
var timeSpan = exposureControl.step;
Public ReadOnly Property Step As TimeSpan
Property Value
The smallest exposure time increment.