DrillOutThemeAnimation.ExitTargetName Property

Definition

Gets of sets the name of the element that is animating out of view.

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

void ExitTargetName(winrt::hstring value);
public string ExitTargetName { get; set; }
var string = drillOutThemeAnimation.exitTargetName;
drillOutThemeAnimation.exitTargetName = string;
Public Property ExitTargetName As String

Property Value

String

Platform::String

winrt::hstring

The name of the element that is animating out of view.

Applies to