Connected.RemoveAnchoredElementForConnectedAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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