IScrollControllerPanningInfo.PanningElementAncestor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.