Avalonia Css
Source CodeδΈ­ζ–‡
  • Documentation
    • πŸŽ†Welcome
    • πŸŒοΈβ€β™‚οΈGet started
      • About Acss
      • Processes and concepts
      • Security
      • Performance Evaluation
      • Configuring the development environment
      • Debugging
      • About source code
      • FAQ
    • ❓How-to
      • Using Acss
        • Type Resolution
        • Configuration
        • Code Source
        • Extending Resources
      • Using Acss.Controls
      • Using Acss.Fluent
      • Using MessageBox
      • Using Senior
      • Using Acss.Behaviors
    • πŸ“Acss Syntax
      • Comment
      • Resource
      • Style
      • Animation
      • Behavior
    • πŸ’ŽBest Practices
      • Define a good control template
Powered by GitBook
On this page
  • Installation
  • Using standalone styles
  • Using Acss-based styles
  • Using custom styles

Was this helpful?

Edit on GitHub
  1. Documentation
  2. How-to

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.

PreviousUsing MessageBoxNextUsing Acss.Behaviors

Last updated 1 year ago

Was this helpful?

❓