Connected.AttachAnchorElementForConnectedAnimation Method

Definition

Add an anchor element to animate alongside the main element

public static void AttachAnchorElementForConnectedAnimation (this Windows.UI.Xaml.Controls.Page page, Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.UIElement anchor);
static member AttachAnchorElementForConnectedAnimation : Windows.UI.Xaml.Controls.Page * Windows.UI.Xaml.UIElement * Windows.UI.Xaml.UIElement -> unit
<Extension()>
Public Sub AttachAnchorElementForConnectedAnimation (page As Page, element As UIElement, anchor As UIElement)

Parameters

page
Windows.UI.Xaml.Controls.Page

the parent page of the elements

element
Windows.UI.Xaml.UIElement

the main element that will be animating

anchor
Windows.UI.Xaml.UIElement

the element that will animate alongside the main element

Applies to