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