ContinuumNavigationTransitionInfo.ExitElement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在連續導覽轉換期間,在頁面之間飛出的專案。
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
屬性值
在連續導覽轉換期間,將在頁面之間飛出的專案。