ScrollControllerAddScrollVelocityRequestedEventArgs Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ScrollControllerAddScrollVelocityRequestedEventArgs avec la vitesse de décalage et le taux de désintégration d’inertie spécifiés.
public:
ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, IReference<float> ^ inertiaDecayRate);
ScrollControllerAddScrollVelocityRequestedEventArgs(float const& offsetVelocity, IReference<float> const& inertiaDecayRate);
public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, System.Nullable<float> inertiaDecayRate);
function ScrollControllerAddScrollVelocityRequestedEventArgs(offsetVelocity, inertiaDecayRate)
Public Sub New (offsetVelocity As Single, inertiaDecayRate As Nullable(Of Single))
Paramètres
- offsetVelocity
-
Single
float
Vitesse demandée du changement de décalage.
- inertiaDecayRate
-
IReference<float>
Taux de désintégration de l’inertie.