Click or drag to resize
DigitalRuneScrollViewerSpringConstant Property
Phone/tablet only: Gets or sets the spring constant which is applied when the user drags the content beyond the limit.

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

Property Value

Type: Single
The spring constant which is applied when the user drags the content beyond the limit. The default value is 180.
See Also