| ScrollViewerScrollDamping Property |
Phone/tablet only: Gets or sets the damping factor with which the scrolling is damped.
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 ScrollDamping { get; set; }
Public Shared Property ScrollDamping As Single
Get
Set
public:
static property float ScrollDamping {
float get ();
void set (float value);
}
static member ScrollDamping : float32 with get, set
Property Value
Type:
Single
The damping factor with which the scrolling is damped. The default value is 1.5. Higher
values increase damping.
See Also