TouchScrollSettingsBreakingCoefficient2 Property

Gets or sets a coefficient 2 for breaking formula.

Definition

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

Property Value

Single

Remarks

The breaking formula is a mathematical function with increasing slope (positive first derivative) used to compute the amount of pixels to scroll a Cylinder after each iteration. When the user flicks the mouse (or finger) across the cylinder (upwards or downwards), the Cylinder will start scrolling gradually slowing down until it stops. The pace at which the slowing down takes places is determined by mathematical formula: y(x) = BreakingCoefficient2 * x + BreakingCoefficient2.

See Also