# IAppearanceService.SelectedPalette property

The chosen palette. Assigning it recolours the running application at once.

```csharp
public IAppearanceOption SelectedPalette { get; set; }
```

## Property Value

One of the entries of [`Palettes`](./Palettes.md), or `null` when the theme has no palettes.

## 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 -->
