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