Edit

Share via


AnimationDictionary Class

Definition

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.DependencyObject
AnimationDictionary
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()

Applies to