Share via


IScrollControllerPanningInfo.PanningElementAncestor Property

Definition

Gets an ancestor of a UIElement that can be panned with touch off the UI-thread, like the ScrollPresenter's content.

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

Property Value

An ancestor of a UIElement that can be panned with touch off the UI-thread, if any; or null.

Applies to