Interface IThemeSettings
Namespace: LemonEdge.Client.Core.Commands
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface IThemeSettings
Properties
Theme
Declaration
Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme |
Methods
LoadOrCreate()
Declaration
IThemeSettings LoadOrCreate()
Returns
Type | Description |
---|---|
IThemeSettings |
Save()
Declaration
void Save()