AnimationDictionary Class
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.
A collection of animations that can be defined from XAML.
public sealed class AnimationDictionary : Windows.UI.Xaml.DependencyObject, System.Collections.Generic.ICollection<Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet>, System.Collections.Generic.IEnumerable<Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet>, System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Animations.AnimationSet>
type AnimationDictionary = class
inherit DependencyObject
interface IList<AnimationSet>
interface ICollection<AnimationSet>
interface seq<AnimationSet>
interface IEnumerable
Public NotInheritable Class AnimationDictionary
Inherits DependencyObject
Implements ICollection(Of AnimationSet), IEnumerable(Of AnimationSet), IList(Of AnimationSet)
- Inheritance
-
Windows.UI.Xaml.DependencyObjectAnimationDictionary
- Implements
Constructors
AnimationDictionary() |
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Add(AnimationSet) | |
Clear() | |
Contains(AnimationSet) | |
CopyTo(AnimationSet[], Int32) | |
GetEnumerator() |
Returns an enumerator that iterates through a collection. |
IndexOf(AnimationSet) | |
Insert(Int32, AnimationSet) | |
Remove(AnimationSet) | |
RemoveAt(Int32) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |