Edit

Share via


Explicit.GetAnimations(UIElement) Method

Definition

Gets the value of the AnimationsProperty property.

public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationDictionary GetAnimations(Windows.UI.Xaml.UIElement element);
static member GetAnimations : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationDictionary
Public Shared Function GetAnimations (element As UIElement) As AnimationDictionary

Parameters

element
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement to get the value for.

Returns

The retrieved AnimationDictionary item.

Applies to