Using Senior
Installation
dotnet add package Nlnet.Avalonia.Senior --version 1.0.0-beta.4
Using standalone styles
<ResourceInclude Source="avares://Nlnet.Avalonia.Senior/Assets/Themes.axaml" />
Using Acss-based styles
<ResourceInclude Source="avares://Nlnet.Avalonia.Senior/Assets/Themes.Acss.axaml" />
Using custom styles
You can still customise the theme and style of any control inside in the same way and override the theme style of any other Avalonia control/window.
Last updated
Was this helpful?