Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 781 Bytes

pointerupthemeanimation_targetname.md

File metadata and controls

31 lines (20 loc) · 781 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation.TargetName
winrt property

Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation.TargetName

-description

Gets or sets the reference name of the control element being targeted.

-xaml-syntax

<PointerUpThemeAnimation TargetName="nameString" />

-property-value

The reference name. This is typically the x:Name of the relevant element as declared in XAML.

-remarks

-examples

-see-also

Animating pointer clicks, Guidelines and checklist for pointer click animations