Connected.GetAnchorElement(DependencyObject) Method

Definition

Gets the Windows.UI.Xaml.UIElement that is the anchor for the coordinated connected animation

public static Windows.UI.Xaml.UIElement GetAnchorElement (Windows.UI.Xaml.DependencyObject obj);
static member GetAnchorElement : Windows.UI.Xaml.DependencyObject -> Windows.UI.Xaml.UIElement
Public Function GetAnchorElement (obj As DependencyObject) As UIElement

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

Returns

Windows.UI.Xaml.UIElement

The anchor Windows.UI.Xaml.UIElement

Applies to