共用方式為


ContinuumNavigationTransitionInfo.ExitElement 屬性

定義

取得或設定在連續導覽轉換期間,在頁面之間飛出的專案。

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

屬性值

在連續導覽轉換期間,將在頁面之間飛出的專案。

適用於

另請參閱