Click or drag to resize
DigitalRuneScrollViewerFlickScrollVelocityFactor Property
Phone/tablet only: Gets or sets the factor that defines the scroll velocity after a flick gesture.

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

Property Value

Type: Single
The factor that defines the scroll velocity after a flick gesture. The default is 0.04. Use higher values to scroll faster after a flick gesture.
See Also