[]
Contains the theme information.
public interface ITheme
Gets whether the theme is a built-in theme.
bool IsBuiltIn { get; }
Gets the name of the theme.
string Name { get; }
Represents a color scheme within the theme.
IThemeColorScheme ThemeColorScheme { get; }
The color scheme.
Represents a font scheme within the theme.
IThemeFontScheme ThemeFontScheme { get; }
The font scheme.