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