IThemeEffectiveData

IThemeEffectiveData interface

Immutable object which contains effective theme properties.

public interface IThemeEffectiveData

Properties

NameDescription
FontScheme { get; }Returns the font scheme. Read-only IFontSchemeEffectiveData.
FormatScheme { get; }Returns the shape format scheme. Read-only IFormatSchemeEffectiveData.

Methods

NameDescription
GetColorScheme(Color)Returns the color scheme.

Remarks

This interface is used together with the ITheme interface to return effective formatting values with inheritance applied.

See Also