TimelineCollection Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The TimelineCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the PresentationFrameworkCollection<T>. (Inherited from PresentationFrameworkCollection<T>.) |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsFixedSize | Gets a value indicating whether the PresentationFrameworkCollection<T> has a fixed size. (Inherited from PresentationFrameworkCollection<T>.) |
|
IsReadOnly | Gets a value indicating whether the PresentationFrameworkCollection<T> is read-only. (Inherited from PresentationFrameworkCollection<T>.) |
|
IsSynchronized | Gets a value indicating whether access to the PresentationFrameworkCollection<T> is synchronized (thread safe). (Inherited from PresentationFrameworkCollection<T>.) |
|
Item | Gets or sets the element at the specified index. (Inherited from PresentationFrameworkCollection<T>.) |
|
SyncRoot | Gets an object that can be used to synchronize access to the PresentationFrameworkCollection<T>. (Inherited from PresentationFrameworkCollection<T>.) |
| Name | Description | |
|---|---|---|
|
IList.Item | Gets or sets the element at the specified index. (Inherited from PresentationFrameworkCollection<T>.) |
Show: