| ScrollViewerMaxScrollVelocity Property |
Phone/tablet only: Gets or sets the maximal allowed scroll velocity. (Higher scrolling
velocities are clamped to this value.)
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 MaxScrollVelocity { get; set; }
Public Shared Property MaxScrollVelocity As Single
Get
Set
public:
static property float MaxScrollVelocity {
float get ();
void set (float value);
}
static member MaxScrollVelocity : float32 with get, set
Property Value
Type:
Single
The maximal allowed scroll velocity. The default is 2400.
See Also