ComponentOne Tiles for UWP
SetPointerDownAnimation Method

C1.UWP.Tile Assembly > C1.Xaml.Tile Namespace > C1TileService Class : SetPointerDownAnimation Method
The element on which to set the attached property.
The property value to set.
Sets the PointerDownAnimation attached property value on the specified element.
Syntax
'Declaration
 
Public Shared Sub SetPointerDownAnimation( _
   ByVal obj As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As System.Boolean _
) 
public static void SetPointerDownAnimation( 
   Windows.UI.Xaml.FrameworkElement obj,
   System.bool value
)

Parameters

obj
The element on which to set the attached property.
value
The property value to set.
Remarks
Set this property to true on the element which should interact with the pointer as Windows 8 live tiles.
See Also

Reference

C1TileService Class
C1TileService Members