FadeOutThemeAnimation.TargetName Property
Definition
Gets or sets the reference name of the control element being targeted.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.FadeOutThemeAnimation.TargetName.
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 = fadeOutThemeAnimation.targetName;
fadeOutThemeAnimation.targetName = string;
Public Property TargetName As String
<FadeOutThemeAnimation TargetName="nameString" />
Property Value
The reference name. This is typically the x:Name of the relevant element as declared in XAML.