Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 752 Bytes

pointerupthemeanimation_targetname.md

File metadata and controls

29 lines (20 loc) · 752 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.PointerUpThemeAnimation.TargetName
winrt property

Microsoft.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