AW.FontAwesome.WPF 6.3.0

dotnet add package AW.FontAwesome.WPF --version 6.3.0
NuGet\Install-Package AW.FontAwesome.WPF -Version 6.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AW.FontAwesome.WPF" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AW.FontAwesome.WPF --version 6.3.0
#r "nuget: AW.FontAwesome.WPF, 6.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AW.FontAwesome.WPF as a Cake Addin
#addin nuget:?package=AW.FontAwesome.WPF&version=6.3.0

// Install AW.FontAwesome.WPF as a Cake Tool
#tool nuget:?package=AW.FontAwesome.WPF&version=6.3.0

AW.FontAwesome.WPF

With AW.FontAwesome.WPF you can use the popular icon library FontAwesome 6.3.0 within your .NET7 WPF applications.

Installation

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

PM> Install-Package AW.FontAwesome.WPF

Usage

First define namespace in your xaml file:


<UserControl x:Class="My.Awesome.View"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:fa="http://schemas.aw.fontawesome.wpf">

  ...
  
</UserControl>

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.


 ...
 
  <Grid>
    
    <fa:Icon FaName="font-awesome" />
  
  </Grid>
 
 ...

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0 200 2/16/2023