Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 911 Bytes

scrollcontrolleraddscrollvelocityrequestedeventargs_scrollcontrolleraddscrollvelocityrequestedeventargs_587777525.md

File metadata and controls

33 lines (18 loc) · 911 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.#ctor(System.Single,Windows.Foundation.IReference{System.Single})
winrt constructor

Microsoft.UI.Xaml.Controls.Primitives.ScrollControllerAddScrollVelocityRequestedEventArgs.#ctor(System.Single,Windows.Foundation.IReference{System.Single})

-description

Initializes a new instance of the ScrollControllerAddScrollVelocityRequestedEventArgs class with the specified offset velocity and inertia decay rate.

-parameters

-param offsetVelocity

The requested velocity of the offset change.

-param inertiaDecayRate

The inertia decay rate.

-remarks

-see-also

-examples