ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / GetPointerDownAnimation Method
The element from which to read the property value.

In This Topic
    GetPointerDownAnimation Method
    In This Topic
    Gets the value of the PointerDownAnimation attached property from a given FrameworkElement.
    Syntax
    'Declaration
     
    Public Shared Function GetPointerDownAnimation( _
       ByVal obj As Windows.UI.Xaml.FrameworkElement _
    ) As System.Boolean
    public static System.bool GetPointerDownAnimation( 
       Windows.UI.Xaml.FrameworkElement obj
    )

    Parameters

    obj
    The element from which to read the property value.

    Return Value

    The value of the PointerDownAnimation attached property.
    See Also