Click or drag to resize
DigitalRuneScrollViewerMinScrollVelocity Property
Phone/tablet only: Gets or sets the minimal scroll velocity that determines when scrolling is stopped.

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 MinScrollVelocity { get; set; }

Property Value

Type: Single
The minimal scroll velocity that determines when scrolling is stopped. The default is 100.
See Also