Edit

Share via


Explicit.SetAnimations(UIElement, AnimationDictionary) Method

Definition

Sets the value of the AnimationsProperty property.

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

Parameters

element
Windows.UI.Xaml.UIElement

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

value
AnimationDictionary

The AnimationDictionary value to set.

Applies to