Implicit.SetAnimations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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
- value
- AnimationCollection
The AnimationCollection to set
Applies to
SetAnimations(UIElement, ImplicitAnimationSet)
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.