ComponentOne Tiles for WPF and Silverlight
C1.Silverlight.Tile Namespace / C1TileService Class / SetPointerDownAnimation Method
The element on which to set the attached property.
The property value to set.

In This Topic
    SetPointerDownAnimation Method (C1TileService)
    In This Topic
    Sets the PointerDownAnimation attached property value on the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPointerDownAnimation( _
       ByVal obj As FrameworkElement, _
       ByVal value As Boolean _
    ) 
    public static void SetPointerDownAnimation( 
       FrameworkElement obj,
       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