development-plugin-for-avalonia

Avalonia Styling and Resources

Start with:

Load these when needed:

Workflow

  1. Decide which behavior belongs in properties, styles, templates, or resources.
  2. Keep selectors and theme-variant boundaries predictable.
  3. Package shared resources cleanly when the code lives in libraries.
  4. Make lookup order and override points explicit before adding more layers.

Rules