The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TimelineCollection Class
Silverlight
Represents a collection of Timeline objects.
System.Object
System.Windows.DependencyObject
System.Windows.PresentationFrameworkCollection(Of Timeline)
System.Windows.Media.Animation.TimelineCollection
System.Windows.DependencyObject
System.Windows.PresentationFrameworkCollection(Of Timeline)
System.Windows.Media.Animation.TimelineCollection
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
The TimelineCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Count | Gets the number of elements contained in the PresentationFrameworkCollection(Of T). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() ![]() | IsFixedSize | Gets a value indicating whether the PresentationFrameworkCollection(Of T) has a fixed size. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | IsReadOnly | Gets a value indicating whether the PresentationFrameworkCollection(Of T) is read-only. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | IsSynchronized | Gets a value indicating whether access to the PresentationFrameworkCollection(Of T) is synchronized (thread safe). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | Item | Gets or sets the element at the specified index. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | SyncRoot | Gets an object that can be used to synchronize access to the PresentationFrameworkCollection(Of T) . (Inherited from PresentationFrameworkCollection(Of T).) |
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Adds an item to the PresentationFrameworkCollection(Of T). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | CheckAccess | Determines whether the calling thread has access to this object. (Inherited from DependencyObject.) |
![]() ![]() | Clear | Removes all items from the PresentationFrameworkCollection(Of T). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() ![]() | Contains | Determines whether the PresentationFrameworkCollection(Of T) contains a specific value. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | CopyTo(T(), Int32) | Copies the elements of the PresentationFrameworkCollection(Of T) to an Array, starting at a particular Array index. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | CopyTo(Array, Int32) | Copies the elements of the PresentationFrameworkCollection(Of T) to an Array, starting at a particular Array index. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) |
![]() ![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() ![]() | IndexOf | Determines the index of a specific item in the PresentationFrameworkCollection(Of T). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | Insert | Inserts an item to the PresentationFrameworkCollection(Of T) at the specified index. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() ![]() | Remove | Removes the first occurrence of a specific object from the PresentationFrameworkCollection(Of T). (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | RemoveAt | Removes the item at the specified index. (Inherited from PresentationFrameworkCollection(Of T).) |
![]() ![]() | SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
![]() ![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:






