Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox 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 (C1ListBox)
    In This Topic
    Call a zooms animation.
    Syntax
    'Declaration
     
    
    Public Sub ZoomAnimation( _
       ByVal targetZoom As Double, _
       ByVal screenPoint As Point, _
       ByVal completed As Action _
    ) 
    public void ZoomAnimation( 
       double targetZoom,
       Point screenPoint,
       Action completed
    )

    Parameters

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