Class Int32KeyFrameCollection
Represents a collection of Int32KeyFrame objects.
Inheritance
System.Object
Int32KeyFrameCollection
Implements
System.Collections.Generic.IList<Int32KeyFrame>
System.Collections.Generic.ICollection<Int32KeyFrame>
System.Collections.Generic.IEnumerable<Int32KeyFrame>
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 Int32KeyFrameCollection : PresentationFrameworkCollection<Int32KeyFrame>, IDependencyObject, IList<Int32KeyFrame>, ICollection<Int32KeyFrame>, IEnumerable<Int32KeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceInt32KeyFrameCollection()
Initializes a new instance of the Int32KeyFrameCollection class.
Declaration
public Int32KeyFrameCollection()
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