Свойство | Type | Description | |
---|---|---|---|
ThemesFile | string |
Méthode | Description | |
---|---|---|
AddTheme ( |
||
ApplyRainbowMode ( ) : void | ||
ApplyTheme ( string themeKey ) : void | ||
ClearThemes ( ) : void | ||
ContainsTheme ( string key ) : bool | ||
GetTheme ( string key ) : |
||
LoadDefaultThemes ( ) : void | ||
LoadFromFile ( string filename ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
RemoveTheme ( string key ) : bool | ||
SaveToFile ( string filename ) : void | ||
SaveToStream ( Stream stream ) : void | ||
this ( string key ) : |
Méthode | Description | |
---|---|---|
ColorThemeManager ( ) : System | ||
OnThemeAdded ( |
||
OnThemeChanged ( |
||
OnThemeRemoved ( |
public AddTheme ( |
||
theme | ||
Résultat | void |
public ApplyTheme ( string themeKey ) : void | ||
themeKey | string | |
Résultat | void |
public GetTheme ( string key ) : |
||
key | string | |
Résultat |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
Résultat | void |
public SaveToFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public SaveToStream ( Stream stream ) : void | ||
stream | Stream | |
Résultat | void |