Connected.UnregisterElementForConnectedAnimation(Page, String) Method

Definition

Unregisters an Windows.UI.Xaml.UIElement from the ConnectedAnimations service

public static void UnregisterElementForConnectedAnimation (this Windows.UI.Xaml.Controls.Page page, string key);
static member UnregisterElementForConnectedAnimation : Windows.UI.Xaml.Controls.Page * string -> unit
<Extension()>
Public Sub UnregisterElementForConnectedAnimation (page As Page, key As String)

Parameters

page
Windows.UI.Xaml.Controls.Page

The parent page of the element

key
String

The key used to register the element

Applies to