Show / Hide Table of Contents

Class PointKeyFrameCollection

Represents a collection of PointKeyFrame objects that can be individually accessed by index.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<PointKeyFrame>
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
PresentationFrameworkCollection<PointKeyFrame>.CountProperty
PresentationFrameworkCollection<PointKeyFrame>.Count
PresentationFrameworkCollection<PointKeyFrame>.Item[Int32]
PresentationFrameworkCollection<PointKeyFrame>.IsFixedSize
PresentationFrameworkCollection<PointKeyFrame>.IsReadOnly
PresentationFrameworkCollection<PointKeyFrame>.IsSynchronized
PresentationFrameworkCollection<PointKeyFrame>.SyncRoot
PresentationFrameworkCollection<PointKeyFrame>.GetEnumerator()
PresentationFrameworkCollection<PointKeyFrame>.Add(PointKeyFrame)
PresentationFrameworkCollection<PointKeyFrame>.Clear()
PresentationFrameworkCollection<PointKeyFrame>.Contains(PointKeyFrame)
PresentationFrameworkCollection<PointKeyFrame>.CopyTo(Array, Int32)
PresentationFrameworkCollection<PointKeyFrame>.CopyTo(PointKeyFrame[], Int32)
PresentationFrameworkCollection<PointKeyFrame>.IndexOf(PointKeyFrame)
PresentationFrameworkCollection<PointKeyFrame>.Insert(Int32, PointKeyFrame)
PresentationFrameworkCollection<PointKeyFrame>.Remove(PointKeyFrame)
PresentationFrameworkCollection<PointKeyFrame>.RemoveAt(Int32)
PresentationFrameworkCollection<PointKeyFrame>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<PointKeyFrame>.IList.Add(Object)
PresentationFrameworkCollection<PointKeyFrame>.IList.Remove(Object)
PresentationFrameworkCollection<PointKeyFrame>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<PointKeyFrame>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<PointKeyFrame>.IList.IndexOf(Object)
PresentationFrameworkCollection<PointKeyFrame>.IList.Contains(Object)
PresentationFrameworkCollection<PointKeyFrame>.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 PointKeyFrameCollection : PresentationFrameworkCollection<PointKeyFrame>, IDependencyObject, IList<PointKeyFrame>, ICollection<PointKeyFrame>, IEnumerable<PointKeyFrame>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

PointKeyFrameCollection()

Initializes a new instance of the PointKeyFrameCollection class.

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

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