Class PointKeyFrameCollection
Inheritance
System.Object
PointKeyFrameCollection
Implements
System.Collections.Generic.IList<PointKeyFrame>
System.Collections.Generic.ICollection<PointKeyFrame>
System.Collections.Generic.IEnumerable<PointKeyFrame>
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
[NotImplemented]
public class PointKeyFrameCollection : PresentationFrameworkCollection<PointKeyFrame>, IList<PointKeyFrame>, ICollection<PointKeyFrame>, IEnumerable<PointKeyFrame>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourcePointKeyFrameCollection()
Declaration
public PointKeyFrameCollection()
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