ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / StopPointerAnimation Method
The element for which C1TileService.PointerDownAnimation attached property is set to true.
The event data for the pointer message event.

In This Topic
    StopPointerAnimation Method
    In This Topic
    Stops an active PointerDown animation for the specified target.
    Syntax
    'Declaration
     
    Public Shared Sub StopPointerAnimation( _
       ByVal target As Windows.UI.Xaml.FrameworkElement, _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    public static void StopPointerAnimation( 
       Windows.UI.Xaml.FrameworkElement target,
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    target
    The element for which C1TileService.PointerDownAnimation attached property is set to true.
    e
    The event data for the pointer message event.
    See Also