IColorSchemeEffectiveData

IColorSchemeEffectiveData 接口

不可变对象,包含有效的颜色方案属性。

public interface IColorSchemeEffectiveData

属性

名称描述
Accent1 { get; }方案中的第一强调颜色。只读 Color。
Accent2 { get; }方案中的第二强调颜色。只读 Color。
Accent3 { get; }方案中的第三强调颜色。只读 Color。
Accent4 { get; }方案中的第四强调颜色。只读 Color。
Accent5 { get; }方案中的第五强调颜色。只读 Color。
Accent6 { get; }方案中的第六强调颜色。只读 Color。
Dark1 { get; }方案中的第一深色。只读 Color。
Dark2 { get; }方案中的第二深色。只读 Color。
FollowedHyperlink { get; }已访问超链接的颜色。只读 Color。
Hyperlink { get; }超链接的颜色。只读 Color。
Item { get; }获取指定索引处的元素。只读 Color。
Light1 { get; }方案中的第一浅色。只读 Color。
Light2 { get; }方案中的第二浅色。只读 Color。

备注

此类用作 IThemeEffectiveData 的一部分。

另见