Class DoubleKeyFrameCollection
Inheritance
System.Object
DoubleKeyFrameCollection
Implements
System.Collections.Generic.IList<DoubleKeyFrame>
System.Collections.Generic.ICollection<DoubleKeyFrame>
System.Collections.Generic.IEnumerable<DoubleKeyFrame>
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 DoubleKeyFrameCollection : PresentationFrameworkCollection<DoubleKeyFrame>, IList<DoubleKeyFrame>, ICollection<DoubleKeyFrame>, IEnumerable<DoubleKeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceDoubleKeyFrameCollection()
Declaration
public DoubleKeyFrameCollection()
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