Edit

Share via


Implicit.GetHideAnimations Method

Definition

Overloads

GetHideAnimations(DependencyObject)

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

GetHideAnimations(UIElement)

Gets the value of the HideAnimationsProperty property.

GetHideAnimations(DependencyObject)

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

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

GetHideAnimations(UIElement)

Gets the value of the HideAnimationsProperty property.

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