ExtraColorSchemeCollection Class

Represents a collection of additional color schemes.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ThemeExtraColorSchemeCollection

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ExtraColorSchemeCollection : IExtraColorSchemeCollection, 
	IGenericCollection<IExtraColorScheme>, IEnumerable<IExtraColorScheme>, IEnumerable, 
	ICollection

The ExtraColorSchemeCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns a number of elements int the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only Boolean.
Public propertyItem
Returns an color scheme by index. Read-only ExtraColorScheme.
Public propertySyncRoot
Returns an object that can be used to synchronize access to the collection. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies all elements of the collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also