[]
Gets or sets the settings for themes, allowing configuration of the default theme, available themes for user selection, and settings for the theme selector.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ThemeSettings Themes { get; set; }
Type | Description |
---|---|
ThemeSettings | An instance of ThemeSettings that contains the theme settings. |