Implicit.SetShowAnimations 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
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)
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
- value
- AnimationCollection
The AnimationCollection to set
Applies to
SetShowAnimations(UIElement, ImplicitAnimationSet)
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.