Ecosyste.ms: Awesome

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

https://github.com/SubEthaSensOMatic/wpf.fontawesome5

Font Awesome 5 WPF Integration
https://github.com/SubEthaSensOMatic/wpf.fontawesome5

List: wpf.fontawesome5

desktop dot-net fontawesome icons windows wpf

Last synced: 13 days ago
JSON representation

Font Awesome 5 WPF Integration

Lists

README

        

# wpf.fontawesome5
With **wpf.fontawesome5** you can use the popular icon library FontAwesome 5.12.0 within your WPF applications.

## Installation
You can download source and build project on your own or install package via nuget

```PowerShell
PM> Install-Package wpf.fontawesome5
```

## Usage

First define namespace in your xaml file:

```xaml

...

```

After that you can use the **fa:Icon** control to display awesome icons. Property **FaName** specifies the icon name to display. If an icon has more then one style you can switch it with property **FaStyle** between **Brands**, **Regular** und **Solid**. The **fa:Icon** control stretches automatically to container size or you can set **Width** and **Height** to size your icon.

```xaml

...







...

```