ScrollControllerAddScrollVelocityRequestedEventArgs Constructor
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.
Initializes a new instance of the ScrollControllerAddScrollVelocityRequestedEventArgs class with the specified offset velocity and inertia decay rate.
public:
ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, IReference<float> ^ inertiaDecayRate);
ScrollControllerAddScrollVelocityRequestedEventArgs(float const& offsetVelocity, IReference<float> const& inertiaDecayRate);
public ScrollControllerAddScrollVelocityRequestedEventArgs(float offsetVelocity, System.Nullable<float> inertiaDecayRate);
function ScrollControllerAddScrollVelocityRequestedEventArgs(offsetVelocity, inertiaDecayRate)
Public Sub New (offsetVelocity As Single, inertiaDecayRate As Nullable(Of Single))
Parameters
- offsetVelocity
-
Single
float
The requested velocity of the offset change.
- inertiaDecayRate
-
IReference<float>
The inertia decay rate.