다음을 통해 공유


IScrollControllerPanningInfo.PanningElementAncestor 속성

정의

의 콘텐츠와 같이 ScrollPresenterUI 스레드에서 터치로 이동될 수 있는 의 상위 UIElement 항목을 가져옵니다.

public:
 property UIElement ^ PanningElementAncestor { UIElement ^ get(); };
UIElement PanningElementAncestor();
public UIElement PanningElementAncestor { get; }
var uIElement = iScrollControllerPanningInfo.panningElementAncestor;
Public ReadOnly Property PanningElementAncestor As UIElement

속성 값

UI 스레드에서 터치로 이동될 수 있는 의 UIElement 상위 항목(있는 경우) 또는 null입니다.

적용 대상