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
<PackageReference Include="AW.FontAwesome.WPF" Version="6.3.0" />
paket add AW.FontAwesome.WPF --version 6.3.0
#r "nuget: AW.FontAwesome.WPF, 6.3.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows7.0 is compatible. net8.0-windows was computed. |
-
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 | 277 | 2/16/2023 |