https://github.com/impworks/utils.wpf
WPF-related helper utilities
https://github.com/impworks/utils.wpf
Last synced: over 1 year ago
JSON representation
WPF-related helper utilities
- Host: GitHub
- URL: https://github.com/impworks/utils.wpf
- Owner: impworks
- License: mit
- Created: 2020-07-30T17:09:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T13:04:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T11:17:20.385Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Impworks.Utils.Wpf
  [](https://www.nuget.org/packages/Impworks.Utils.Wpf/) 
A collection of useful helpers for WPF projects.
## Installation
To install, use the following Package Manager command:
```
PM> Install-Package Impworks.Utils.Wpf
```
## Usage
Edit your `App.xaml` to add the following:
```xaml
0
True
False
...
```
Now you can use the converters in bindings:
```xaml