ComponentOne Tiles for UWP
GetPointerDownAnimation Method

C1.UWP.Tile Assembly > C1.Xaml.Tile Namespace > C1TileService Class : GetPointerDownAnimation Method
The element from which to read the property value.
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

Reference

C1TileService Class
C1TileService Members