IScrollControllerPanningInfo.PanningElementAncestor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得的 UIElement
上階,可使用觸控來移動流覽 UI 線程,例如 ScrollPresenter
的內容。
public:
property UIElement ^ PanningElementAncestor { UIElement ^ get(); };
UIElement PanningElementAncestor();
public UIElement PanningElementAncestor { get; }
var uIElement = iScrollControllerPanningInfo.panningElementAncestor;
Public ReadOnly Property PanningElementAncestor As UIElement
屬性值
的 UIElement
上階,如果有的話,可以使用觸控關閉 UI 線程進行移動流覽;或 null
。