Class SingleKeyFrameCollection
Represents a collection of SingleKeyFrame objects.
Inheritance
System.Object
SingleKeyFrameCollection
Implements
System.Collections.Generic.IList<SingleKeyFrame>
System.Collections.Generic.ICollection<SingleKeyFrame>
System.Collections.Generic.IEnumerable<SingleKeyFrame>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class SingleKeyFrameCollection : PresentationFrameworkCollection<SingleKeyFrame>, IDependencyObject, IList<SingleKeyFrame>, ICollection<SingleKeyFrame>, IEnumerable<SingleKeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceSingleKeyFrameCollection()
Initializes a new instance of the SingleKeyFrameCollection class.
Declaration
public SingleKeyFrameCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable