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

https://github.com/modscleo4/wpfui

A WPF UI Library
https://github.com/modscleo4/wpfui

csharp dll library ui wpf

Last synced: 4 months ago
JSON representation

A WPF UI Library

Awesome Lists containing this project

README

          

# WPFUI

## What is WPFUI?
WPFUI is a WPF UI library written in C# and XAML. It supports custom window and dialog box styles.

WPFUI source code is licenced under Apache 2 License

## Build
To build WPFUI, run the following commands:
```
$ git clone https://github.com/modscleo4/WPFUI.git
$ msbuild Modscleo4.WPFUI/Modscleo4.WPFUI.csproj
```

---
Or download from NuGet:
```
nuget install Modscleo4.WPFUI
```

## Issues and suggestions
Use the Issues page to send bug reports and suggestions for new features

## Contributing
Feel free to fork and send Pull Requests to WPFUI project, I'll love to see new contributions for this project!