Explicit.GetAnimations(UIElement) 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.
Gets the value of the AnimationsProperty property.
public static Microsoft.Toolkit.Uwp.UI.Animations.AnimationDictionary GetAnimations(Windows.UI.Xaml.UIElement element);
static member GetAnimations : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Animations.AnimationDictionary
Public Shared Function GetAnimations (element As UIElement) As AnimationDictionary
Parameters
- element
- Windows.UI.Xaml.UIElement
The Windows.UI.Xaml.UIElement to get the value for.
Returns
The retrieved AnimationDictionary item.