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.
public:
ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, IReference<float> ^ inertiaDecayRate);
/// [Windows.Foundation.Metadata.Experimental]
ScrollControllerAddScrollVelocityRequestedEventArgs(float const& offsetVelocity, IReference<float> const& inertiaDecayRate);
[Windows.Foundation.Metadata.Experimental]
public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, System.Nullable<float> inertiaDecayRate);
Public Sub New (offsetVelocity As Single, inertiaDecayRate As Nullable(Of Single))
Paramètres
- offsetVelocity
-
Single
float
- inertiaDecayRate
-
IReference<float>
- Attributs