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
- Host: GitHub
- URL: https://github.com/modscleo4/wpfui
- Owner: modscleo4
- License: apache-2.0
- Created: 2019-04-14T17:32:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T18:10:47.000Z (almost 6 years ago)
- Last Synced: 2025-07-08T22:02:21.929Z (6 months ago)
- Topics: csharp, dll, library, ui, wpf
- Language: C#
- Size: 61.5 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!