IColorSchemeEffectiveData

IColorSchemeEffectiveData interface

Immutable object which contains effective color scheme properties.

public interface IColorSchemeEffectiveData

Properties

NameDescription
Accent1 { get; }First accent color in the scheme. Read-only Color.
Accent2 { get; }Second accent color in the scheme. Read-only Color.
Accent3 { get; }Third accent color in the scheme. Read-only Color.
Accent4 { get; }Fourth accent color in the scheme. Read-only Color.
Accent5 { get; }Fifth accent color in the scheme. Read-only Color.
Accent6 { get; }Sixth accent color in the scheme. Read-only Color.
Dark1 { get; }First dark color in the scheme. Read-only Color.
Dark2 { get; }Second dark color in the scheme. Read-only Color.
FollowedHyperlink { get; }Color for the visited hyperlinks. Read-only Color.
Hyperlink { get; }Color for the hyperlinks. Read-only Color.
Item { get; }Gets the element at the specified index. Read-only Color.
Light1 { get; }First light color in the scheme. Read-only Color.
Light2 { get; }Second light color in the scheme. Read-only Color.

Remarks

This class is used as a part of IThemeEffectiveData.

See Also