Skip to main content

Images Properties

Represents a collection of Image objects.
Name Description
Count Gets the number of items in the collection.
InnerImages This member supports the internal infrastructure and is not intended to be used directly from your code.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly Gets a value indicating whether the collection is read-only.
IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Item[Int32] Provides indexed access to individual items in the collection.
Item[String] Provides access to the images in the collection by their names.
Keys Gets the collection of names assigned to the images in the current collection.
SyncRoot Gets an object that can be used to synchronize access to the collection.
See Also