Click or drag to resize
DigitalRuneScrollViewerScrollDamping Property
Phone/tablet only: Gets or sets the damping factor with which the scrolling is damped.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public static float ScrollDamping { get; set; }

Property Value

Type: Single
The damping factor with which the scrolling is damped. The default value is 1.5. Higher values increase damping.
See Also