Edit

Share via


Implicit.SetShowAnimations Method

Definition

Overloads

SetShowAnimations(DependencyObject, AnimationCollection)

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

SetShowAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the ShowAnimationsProperty property.

SetShowAnimations(DependencyObject, AnimationCollection)

Source:
Implicit.cs

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

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

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

Applies to

SetShowAnimations(UIElement, ImplicitAnimationSet)

Source:
Implicit.cs
Source:
Implicit.cs

Sets the value of the ShowAnimationsProperty property.

public static void SetShowAnimations(Windows.UI.Xaml.UIElement element, Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet value);
static member SetShowAnimations : Windows.UI.Xaml.UIElement * Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet -> unit
Public Shared Sub SetShowAnimations (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