ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate Propriété
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.
Obtient le taux de désintégration d’inertie, entre 0,0 et 1,0, pour l’opération de défilement demandée.
public:
property IReference<float> ^ InertiaDecayRate { IReference<float> ^ get(); };
IReference<float> InertiaDecayRate();
public System.Nullable<float> InertiaDecayRate { get; }
var iReference = scrollControllerAddScrollVelocityRequestedEventArgs.inertiaDecayRate;
Public ReadOnly Property InertiaDecayRate As Nullable(Of Single)
Valeur de propriété
Taux de désintégration d’inertie, entre 0,0 et 1,0, pour l’opération de défilement demandée.