Constructor VisualTheme
VisualTheme()
Initailizes new instance of ColorTheme with default settings.
public VisualTheme()
VisualTheme(string, bool, MediaFont, ILexStyles)
Initializes new instance of ColorTheme with given parameters.
public VisualTheme(string name, bool readOnly, MediaFont font, ILexStyles lexStyles)
Parameters
name
stringColor theme name.
readOnly
boolA flag that indicates whether or not the color theme should be modified.
font
MediaFontFont of this new instance.
lexStyles
ILexStylesLexStyle array.