# IAppearanceService.Densities property

The layout densities on offer, from the most compact to the most spacious. Empty when the current theme has no densities.

```csharp
public IReadOnlyList<IAppearanceOption> Densities { get; }
```

## 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 -->
