Android.Widget.Scroller.SetFriction Method
The amount of friction applied to flings.

Syntax

[Android.Runtime.Register("setFriction", "(F)V", "")]
public void SetFriction (float friction)

Parameters

friction
A scalar dimension-less value representing the coefficient of friction.

Remarks

The amount of friction applied to flings. The default value is Android.Views.ViewConfiguration.ScrollFriction.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11