Show / Hide Table of Contents

Class RectKeyFrameCollection

Represents a collection of RectKeyFrame objects.

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

Constructors

| Improve this Doc View Source

RectKeyFrameCollection()

Initializes a new instance of the RectKeyFrameCollection class.

Declaration
public RectKeyFrameCollection()

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