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

属性值

可以使用触摸从 UI 线程(如果有)平移的 的上级 UIElement ;或 null

适用于