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