Edit

Share via


Implicit.SetHideAnimations Method

Definition

Overloads

SetHideAnimations(DependencyObject, AnimationCollection)

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

SetHideAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the HideAnimationsProperty property.

SetHideAnimations(DependencyObject, AnimationCollection)

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

public static void SetHideAnimations (Windows.UI.Xaml.DependencyObject obj, Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection value);
static member SetHideAnimations : Windows.UI.Xaml.DependencyObject * Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection -> unit
Public Shared Sub SetHideAnimations (obj As DependencyObject, value As AnimationCollection)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.FrameworkElement to set the value

Applies to

SetHideAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the HideAnimationsProperty property.

public static void SetHideAnimations (Windows.UI.Xaml.UIElement element, Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet value);
static member SetHideAnimations : Windows.UI.Xaml.UIElement * Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet -> unit
Public Shared Sub SetHideAnimations (element As UIElement, value As ImplicitAnimationSet)

Parameters

element
Windows.UI.Xaml.UIElement

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

value
ImplicitAnimationSet

The ImplicitAnimationSet value to set.

Applies to