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