Share via


IScrollControllerPanningInfo.PanningElementAncestor プロパティ

定義

のコンテンツのように、UI スレッドからタッチしてパンできる の先祖 UIElementScrollPresenter取得します。

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

適用対象