C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / ZoomAnimation Method
The target zoom.
A screen point where the animation is anchored.
Action called when the the animation completed.

In This Topic
ZoomAnimation Method
In This Topic
Call a zooms animation.
Syntax
'Declaration
 
Public Sub ZoomAnimation( _
   ByVal targetZoom As System.Double, _
   ByVal screenPoint As Windows.Foundation.Point, _
   ByVal completed As System.Action _
) 
 

Parameters

targetZoom
The target zoom.
screenPoint
A screen point where the animation is anchored.
completed
Action called when the the animation completed.
See Also