Edit

Share via


Implicit.SetAnimations Method

Definition

Overloads

SetAnimations(DependencyObject, AnimationCollection)

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

SetAnimations(UIElement, ImplicitAnimationSet)

Sets the value of the AnimationsProperty property.

SetAnimations(DependencyObject, AnimationCollection)

Source:
Implicit.cs

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

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

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

Applies to

SetAnimations(UIElement, ImplicitAnimationSet)

Source:
Implicit.cs
Source:
Implicit.cs

Sets the value of the AnimationsProperty property.

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

Applies to