ScrollControllerAddScrollVelocityRequestedEventArgs.InertiaDecayRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.