xaml-csharp-development-skill-for-avalonia

Controls Reference Catalog

This catalog provides one reference document per public Avalonia control type.

Scope

Entry Point

Generation

Use the generator script to rebuild all control references:

python3 scripts/generate_control_reference_docs.py \
  --repo <path-to-avalonia-repo> \
  --git-ref 11.3.12 \
  --output-dir references/controls

Notes