Class ThemeManager
Assembly: Xareus.Scenarios.Unity.Edition.dll
Syntax
public static class ThemeManager
Fields
SCENARIO_THEME_PREF
Declaration
public static readonly string SCENARIO_THEME_PREF
Field Value
Properties
ScenarioTheme
Declaration
public static ThemeStyleSheet ScenarioTheme { get; set; }
Property Value
Methods
ResetScenarioThemeToDefault()
Reset the color theme to the default one
Declaration
public static void ResetScenarioThemeToDefault()
Events
ThemeChanged
Declaration
public static event ThemeManager.ThemeChange ThemeChanged
Event Type