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