Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 688 Bytes

scrollingzoomanimationstartingeventargs.md

File metadata and controls

26 lines (15 loc) · 688 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs
winrt class

Microsoft.UI.Xaml.Controls.ScrollingZoomAnimationStartingEventArgs

-description

Provides data for the ScrollView.ZoomAnimationStarting event.

-remarks

These event args are used by the ScrollView.ZoomAnimationStarting event, which is raised when a call to ZoomTo or ZoomBy triggers an animation. You can handle the event to customize the animation.

-see-also

ScrollView.ZoomAnimationStarting

-examples