Partager via


ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate Propriété

Définition

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.

S’applique à