| ScrollViewerFlickScrollVelocityFactor Property |
Phone/tablet only: Gets or sets the factor that defines the scroll velocity after a flick
gesture.
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 FlickScrollVelocityFactor { get; set; }
Public Shared Property FlickScrollVelocityFactor As Single
Get
Set
public:
static property float FlickScrollVelocityFactor {
float get ();
void set (float value);
}
static member FlickScrollVelocityFactor : float32 with get, set
Property Value
Type:
Single
The factor that defines the scroll velocity after a flick gesture. The default is 0.04.
Use higher values to scroll faster after a flick gesture.
See Also