Connected.RemoveAnchoredElementForConnectedAnimation Method

Definition

Remove an anchor element from animating alongside the main element

public static void RemoveAnchoredElementForConnectedAnimation (this Windows.UI.Xaml.Controls.Page page, Windows.UI.Xaml.UIElement element, Windows.UI.Xaml.UIElement anchor);
static member RemoveAnchoredElementForConnectedAnimation : Windows.UI.Xaml.Controls.Page * Windows.UI.Xaml.UIElement * Windows.UI.Xaml.UIElement -> unit
<Extension()>
Public Sub RemoveAnchoredElementForConnectedAnimation (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 should not animate alongside the main element

Applies to