PointerDownThemeAnimation.TargetName Property

Definition

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

public:
 property Platform::String ^ TargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TargetName();

void TargetName(winrt::hstring value);
public string TargetName { get; set; }
var string = pointerDownThemeAnimation.targetName;
pointerDownThemeAnimation.targetName = string;
Public Property TargetName As String
<PointerDownThemeAnimation TargetName="nameString" />

Property Value

String

Platform::String

winrt::hstring

The name of the control element being targeted.

Applies to

See also