ITheme

ITheme interface

Represents a theme.

public interface ITheme : IPresentationComponent

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
ColorScheme { get; }Returns the color scheme. Read-only IColorScheme.
FontScheme { get; }Returns the font scheme. Read-only IFontScheme.
FormatScheme { get; }Returns the shape format scheme. Read-only IFormatScheme.

Methods

NameDescription
GetEffective()Gets effective theme data with the inheritance applied.

See Also