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 的一部分。

另见