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.
- Host: GitHub
- URL: https://github.com/dotnet9/avaloniaextensions
- Owner: dotnet9
- License: mit
- Created: 2024-08-14T13:56:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:51:55.000Z (over 1 year ago)
- Last Synced: 2024-12-12T01:34:40.384Z (over 1 year ago)
- Language: C#
- Size: 340 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.