[]
Gets or sets the settings for themes, allowing configuration of the default theme, available themes for user selection, and settings for the theme selector.
[Parameter]
public ThemeSettings Themes { get; init; }
Type | Description |
---|---|
ThemeSettings | A ThemeSettings object representing the settings for themes. |
This property can only be set once during object initialization and cannot be changed afterwards.