ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileService Class / StopPointerAnimation Method
The FrameworkElement to stop animation.

In This Topic
    StopPointerAnimation Method (C1TileService)
    In This Topic
    Stops an active PointerDown animation for the specified target.
    Syntax
    'Declaration
     
    
    Public Shared Sub StopPointerAnimation( _
       ByVal target As FrameworkElement _
    ) 
    public static void StopPointerAnimation( 
       FrameworkElement target
    )

    Parameters

    target
    The FrameworkElement to stop animation.
    See Also