Connected.SetAnchorElement(DependencyObject, UIElement) Method

Definition

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

public static void SetAnchorElement (Windows.UI.Xaml.DependencyObject obj, Windows.UI.Xaml.UIElement value);
static member SetAnchorElement : Windows.UI.Xaml.DependencyObject * Windows.UI.Xaml.UIElement -> unit
Public Sub SetAnchorElement (obj As DependencyObject, value As UIElement)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement that will follow the anchor element

value
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement that should be followed

Applies to