IExtraColorSchemeCollection

IExtraColorSchemeCollection interface

表示额外颜色方案的集合。

public interface IExtraColorSchemeCollection : IGenericCollection<IExtraColorScheme>

属性

名称描述
Item { get; }根据索引返回一个颜色方案。只读 IExtraColorScheme

另见