An open API service indexing awesome lists of open source software.

https://github.com/dotnet9/avaloniaextensions

Some syntactic sugar for Avalonia UI development.
https://github.com/dotnet9/avaloniaextensions

Last synced: 10 months ago
JSON representation

Some syntactic sugar for Avalonia UI development.

Awesome Lists containing this project

README

          

# AvaloniaExtensions

English | [简体中文](README.zh-CN.md)

A syntactic sugar library that brings convenience to Avalonia UI development, aiming to enhance development efficiency and experience by providing additional functionality and simplifying common operations.

## Install

```bash
Install-Package AvaloniaExtensions.Axaml
```

## I18n

https://github.com/dotnet9/Lang.Avalonia

## If

Using the Conditional expression in AXAML.

```axaml

```

## Converter Extensions

### IfConditionConverter

```axaml








```

```axaml

```

## Thanks

Taken from open source, contributed to open source. The development of this library was inspired and aided by the following open-source projects or articles:

- WpfExtensions: [https://github.com/DingpingZhang/WpfExtensions](https://github.com/DingpingZhang/WpfExtensions)
- I18N:[https://github.com/Antelcat/I18N](https://github.com/Antelcat/I18N)
- WPF或Avalonia使用tt模板和resx文件实现国际化:[https://blog.csdn.net/eyupaopao/article/details/136638194](https://blog.csdn.net/eyupaopao/article/details/136638194)

Special thanks to the contributors of these projects. Their efforts have provided valuable references and assistance for the development of AvaloniaExtensions.