Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public int SteppingDelta { get; }

Property Value

Type Description
Int32

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

See Also