IThemeEffectiveData class

IThemeEffectiveData class

Immutable object which contains effective theme properties.

The IThemeEffectiveData type exposes the following members:

Properties

PropertyDescription
font_schemeReturns the font scheme.
Read-only IFontSchemeEffectiveData.
format_schemeReturns the shape format scheme.
Read-only IFormatSchemeEffectiveData.

Methods

MethodDescription
get_color_schemeReturns the color scheme.

Remarks

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

See Also