TouchScrollSettingsSleepTime Property

Gets or sets the amount of milliseconds to sleep between each scroll cycle.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public int SleepTime { get; set; }

Property Value

Int32

Remarks

The Touch & Scroll funtionality causes the Cylinder to scroll the amount of pixels given in Distance property each SleepTime amount of milliseconds as long as the mouse button is pressed.

See Also