ImageCollection Class Properties
In This Topic
For a list of all properties of this type, see
ImageCollection.
Public Properties
| | Name | Description |
 | Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. |
 | Count | Gets the number of elements contained in the ImageCollection. |
 | IsDisposed | Gets a value indicating whether the image collection has been disposed. |
 | IsInitializing | Gets a value indicating whether the image collection is initializing. |
 | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection is read-only. |
 | Item | Gets the element at the specified index. |
See Also