Show / Hide Table of Contents

Class ThicknessKeyFrameCollection

Represents a collection of ThicknessKeyFrame objects.

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

Constructors

| Improve this Doc View Source

ThicknessKeyFrameCollection()

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

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