# PaletteOption class

A colour palette offered by [`AppearanceService`](./AppearanceService.md).

```csharp
public sealed class PaletteOption : IAppearanceOption
```

## Public Members

| name | description |
| --- | --- |
| [Accent](PaletteOption/Accent.md) { get; } | The accent colour of the palette, read without applying it. Bind a swatch to this to let the user see a palette before picking it. `null` if the palette defines none. |
| [Header](PaletteOption/Header.md) { get; } |  |
| [Palette](PaletteOption/Palette.md) { get; } | The palette applied when this option is chosen. |

## See Also

* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](./index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
