ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileService Class / PointerDownAnimationProperty Field

In This Topic
    PointerDownAnimationProperty Field
    In This Topic
    Identifies the PointerDownAnimation attached property. If this attached property is set on some Windows.UI.Xaml.FrameworkElement, the C1TileService will perform PointerDown animation for this element.
    Syntax
    'Declaration
     
    Public Shared ReadOnly PointerDownAnimationProperty As Windows.UI.Xaml.DependencyProperty
    public static readonly Windows.UI.Xaml.DependencyProperty PointerDownAnimationProperty
    See Also