Edit

Share via


Implicit.GetShowAnimations Method

Definition

Overloads

GetShowAnimations(DependencyObject)

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

GetShowAnimations(UIElement)

Gets the value of the ShowAnimationsProperty property.

GetShowAnimations(DependencyObject)

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

public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection GetShowAnimations (Windows.UI.Xaml.DependencyObject obj);
static member GetShowAnimations : Windows.UI.Xaml.DependencyObject -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection
Public Shared Function GetShowAnimations (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

GetShowAnimations(UIElement)

Gets the value of the ShowAnimationsProperty property.

public static Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet GetShowAnimations (Windows.UI.Xaml.UIElement element);
static member GetShowAnimations : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet
Public Shared Function GetShowAnimations (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