ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileService Class / GetPointerDownAnimation Method
The element from which to read the property value.

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

    Parameters

    obj
    The element from which to read the property value.

    Return Value

    The value of the PointerDownAnimation attached property.
    See Also