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