Click or drag to resize
DigitalRuneScrollViewerMaxScrollVelocity Property
Phone/tablet only: Gets or sets the maximal allowed scroll velocity. (Higher scrolling velocities are clamped to this value.)

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

Property Value

Type: Single
The maximal allowed scroll velocity. The default is 2400.
See Also