# IAppearanceService.SelectedTheme property

The chosen variant. Assigning it recolours the running application at once.

```csharp
public IAppearanceOption SelectedTheme { get; set; }
```

## Property Value

One of the entries of [`Themes`](./Themes.md).

## See Also

* interface [IAppearanceOption](../IAppearanceOption.md)
* interface [IAppearanceService](../IAppearanceService.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
