Show / Hide Table of Contents

Class VectorKeyFrameCollection

Represents a collection of VectorKeyFrame objects.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<VectorKeyFrame>
VectorKeyFrameCollection
Implements
System.Collections.Generic.IList<VectorKeyFrame>
System.Collections.Generic.ICollection<VectorKeyFrame>
System.Collections.Generic.IEnumerable<VectorKeyFrame>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
PresentationFrameworkCollection<VectorKeyFrame>.CountProperty
PresentationFrameworkCollection<VectorKeyFrame>.Count
PresentationFrameworkCollection<VectorKeyFrame>.Item[Int32]
PresentationFrameworkCollection<VectorKeyFrame>.IsFixedSize
PresentationFrameworkCollection<VectorKeyFrame>.IsReadOnly
PresentationFrameworkCollection<VectorKeyFrame>.IsSynchronized
PresentationFrameworkCollection<VectorKeyFrame>.SyncRoot
PresentationFrameworkCollection<VectorKeyFrame>.GetEnumerator()
PresentationFrameworkCollection<VectorKeyFrame>.Add(VectorKeyFrame)
PresentationFrameworkCollection<VectorKeyFrame>.Clear()
PresentationFrameworkCollection<VectorKeyFrame>.Contains(VectorKeyFrame)
PresentationFrameworkCollection<VectorKeyFrame>.CopyTo(Array, Int32)
PresentationFrameworkCollection<VectorKeyFrame>.CopyTo(VectorKeyFrame[], Int32)
PresentationFrameworkCollection<VectorKeyFrame>.IndexOf(VectorKeyFrame)
PresentationFrameworkCollection<VectorKeyFrame>.Insert(Int32, VectorKeyFrame)
PresentationFrameworkCollection<VectorKeyFrame>.Remove(VectorKeyFrame)
PresentationFrameworkCollection<VectorKeyFrame>.RemoveAt(Int32)
PresentationFrameworkCollection<VectorKeyFrame>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<VectorKeyFrame>.IList.Add(Object)
PresentationFrameworkCollection<VectorKeyFrame>.IList.Remove(Object)
PresentationFrameworkCollection<VectorKeyFrame>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<VectorKeyFrame>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<VectorKeyFrame>.IList.IndexOf(Object)
PresentationFrameworkCollection<VectorKeyFrame>.IList.Contains(Object)
PresentationFrameworkCollection<VectorKeyFrame>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 VectorKeyFrameCollection : PresentationFrameworkCollection<VectorKeyFrame>, IDependencyObject, IList<VectorKeyFrame>, ICollection<VectorKeyFrame>, IEnumerable<VectorKeyFrame>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

VectorKeyFrameCollection()

Initializes a new instance of the VectorKeyFrameCollection class.

Declaration
public VectorKeyFrameCollection()

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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source