Implicit.GetHideAnimations 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
GetHideAnimations(DependencyObject) |
Gets the value of the Implicit.HideAnimations XAML attached property. |
GetHideAnimations(UIElement) |
Gets the value of the HideAnimationsProperty property. |
GetHideAnimations(DependencyObject)
Gets the value of the Implicit.HideAnimations XAML attached property.
public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection GetHideAnimations (Windows.UI.Xaml.DependencyObject obj);
static member GetHideAnimations : Windows.UI.Xaml.DependencyObject -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationCollection
Public Shared Function GetHideAnimations (obj As DependencyObject) As AnimationCollection
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The Windows.UI.Xaml.FrameworkElement to get the value from
Returns
Applies to
GetHideAnimations(UIElement)
Gets the value of the HideAnimationsProperty property.
public static Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet GetHideAnimations (Windows.UI.Xaml.UIElement element);
static member GetHideAnimations : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimationSet
Public Shared Function GetHideAnimations (element As UIElement) As ImplicitAnimationSet
Parameters
- element
- Windows.UI.Xaml.UIElement
The Windows.UI.Xaml.UIElement to get the value for.
Returns
The retrieved ImplicitAnimationSet value.