다음을 통해 공유


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

속성 값

연속체 탐색 전환 중에 페이지 간에 비행할 요소입니다.

적용 대상

추가 정보