DrillOutThemeAnimation.ExitTargetName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name of the element that is animating out of view.