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

Declaration

public int SteppingDelta { get; }

Property Value

Type Description
Int32

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

See Also