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

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

Awesome Lists containing this project

README

          

# Impworks.Utils.Wpf

![AppVeyor](https://img.shields.io/appveyor/ci/impworks/Utils.Wpf.svg) ![AppVeyor Tests](https://img.shields.io/appveyor/tests/impworks/Utils.Wpf.svg) [![NuGet](https://img.shields.io/nuget/v/Impworks.Utils.Wpf.svg)](https://www.nuget.org/packages/Impworks.Utils.Wpf/) ![NuGet Downloads](https://img.shields.io/nuget/dt/Impworks.Utils.Wpf.svg)

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