IScrollControllerPanningInfo.PanningElementAncestor 屬性

定義

取得的 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

適用於