Class Theme
Theme helper.
Inherited Members
Namespace: EduCATS.Themes
Assembly: EduCATS.dll
Syntax
public static class Theme
Properties
Current
Current theme.
Declaration
public static ITheme Current { get; }
Property Value
Type | Description |
---|---|
ITheme | Current theme implementation. |
Methods
Set(IPlatformServices, ITheme)
Set theme with interface implementation.
Declaration
public static void Set(IPlatformServices services, ITheme iTheme)
Parameters
Type | Name | Description |
---|---|---|
IPlatformServices | services | Platform services. |
ITheme | iTheme | ITheme interface implementation. |