Click or drag to resize

SlideColorSchemeCollection Properties

The SlideColorSchemeCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets a number of elements int the collection. Readonly Int32 .
Public property IsSynchronized
Gets a value indicating whether access to the ArrayList is synchronized (thread safe). Readonly Boolean .
Public property Item
Gets an color scheme by index. Readonly SlideColorScheme .
Public property SyncRoot
Gets an object that can be used to synchronize access to the collection. Readonly Object .
Top
See Also