Interface IThemeService
Interface IThemeSelectorService
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IThemeService
Properties
View SourceIsLightThemeEnabled
Gets a value indicating whether this instance is light theme enabled.
Declaration
bool IsLightThemeEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Style
Gets or sets the theme.
Declaration
Style Style { get; }
Property Value
Type | Description |
---|---|
Style | The theme. |
Methods
View SourceSetStyle()
Sets the theme.
Declaration
void SetStyle()