ContinuumNavigationTransitionInfo.ExitElement Property

Definition

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.

Applies to

See also