ContinuumNavigationTransitionInfo.ExitElement 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 will fly between pages during a continuum navigation transition.
public:
property UIElement ^ ExitElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement ExitElement();
void ExitElement(UIElement value);
public UIElement ExitElement { get; set; }
var uIElement = continuumNavigationTransitionInfo.exitElement;
continuumNavigationTransitionInfo.exitElement = uIElement;
Public Property ExitElement As UIElement
Property Value
The element that will fly between pages during a continuum navigation transition.