PivotViewerMultiSizeImageSourceCollection Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PivotViewerMultiSizeImageSourceCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.)
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property IsReadOnly Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.)
Public property Item Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection.Count Gets the number of objects in the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe). (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize Gets a value that indicates whether the collection allows the addition or removal of objects after creation. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly Gets a value that indicates whether the collection can be modified. (Inherited from DependencyObjectCollection<T>.)
Explicit interface implemetationPrivate property IList.Item Gets or sets the object at the specified index. (Inherited from DependencyObjectCollection<T>.)

Top