Class ThemeContext
The Theme context of the application.
Inherited Members
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public record ThemeContext : IContext, IEquatable<ThemeContext>
Constructors
ThemeContext(string)
The Theme context of the application.
Declaration
public ThemeContext(string theme)
Parameters
Type | Name | Description |
---|---|---|
string | theme | The theme. |
Properties
theme
The current theme.
Declaration
public string theme { get; }
Property Value
Type | Description |
---|---|
string |