Edit

Share via


Implicit.GetAnimations Method

Definition

Overloads

GetAnimations(DependencyObject)

Gets the value of the Implicit.Animations XAML attached property.

GetAnimations(UIElement)

Gets the value of the AnimationsProperty property.

GetAnimations(DependencyObject)

Source:
Implicit.cs

Gets the value of the Implicit.Animations XAML attached property.

public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection GetAnimations(Windows.UI.Xaml.DependencyObject obj);
static member GetAnimations : Windows.UI.Xaml.DependencyObject -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection
Public Shared Function GetAnimations (obj As DependencyObject) As AnimationCollection

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.FrameworkElement to get the value from

Returns

AnimationCollection

Applies to

GetAnimations(UIElement)

Source:
Implicit.cs
Source:
Implicit.cs

Gets the value of the AnimationsProperty property.

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

Parameters

element
Windows.UI.Xaml.UIElement

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

Returns

The retrieved ImplicitAnimationSet value.

Applies to