DrillInThemeAnimation.EntranceTarget 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 into view, such as a detail page.
public:
property DependencyObject ^ EntranceTarget { DependencyObject ^ get(); void set(DependencyObject ^ value); };
DependencyObject EntranceTarget();
void EntranceTarget(DependencyObject value);
public DependencyObject EntranceTarget { get; set; }
var dependencyObject = drillInThemeAnimation.entranceTarget;
drillInThemeAnimation.entranceTarget = dependencyObject;
Public Property EntranceTarget As DependencyObject
Property Value
The element that is animating into view, such as a detail page.