| ScrollViewerSpringLength Property |
Phone/tablet only: Gets or sets the max spring length which defines how far the user can
drag the content beyond the limit.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public static float SpringLength { get; set; }
Public Shared Property SpringLength As Single
Get
Set
public:
static property float SpringLength {
float get ();
void set (float value);
}
static member SpringLength : float32 with get, set
Property Value
Type:
Single
The max spring length which defines how far the user can drag the content beyond the limit.
The default value is 100.
See Also