Share via


ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate Property

Definition

Gets the inertia decay rate, between 0.0 and 1.0, for the requested scroll operation.

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)

Property Value

The inertia decay rate, between 0.0 and 1.0, for the requested scroll operation.

Applies to