IExtraColorSchemeCollection

IExtraColorSchemeCollection interface

Represents a collection of additional color schemes.

public interface IExtraColorSchemeCollection : IGenericCollection<IExtraColorScheme>

Properties

NameDescription
Item { get; }Returns an color scheme by index. Read-only IExtraColorScheme.

See Also