DrillInThemeAnimation.ExitTarget 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 or sets the element that is animating out of view, such as a master page.
public:
property DependencyObject ^ ExitTarget { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject ExitTarget();
void ExitTarget(DependencyObject value);
public DependencyObject ExitTarget { get; set; }
var dependencyObject = drillInThemeAnimation.exitTarget;
drillInThemeAnimation.exitTarget = dependencyObject;
Public Property ExitTarget As DependencyObject
Property Value
The element that is animating out of view, such as a master page.