Skip to main content
A newer version of this page is available. .

DeviceVideoProperty.SteppingDelta Property

Gets the step size for the video property. The step size is the smallest increment by which the property can change.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public int SteppingDelta { get; }

Property Value

Type Description
Int32

An Int32 value that specifies the step size for the video property.

See Also