DSaladin.FontAwesome.WPF
5.15.3.10
Prefix Reserved
See the version list below for details.
dotnet add package DSaladin.FontAwesome.WPF --version 5.15.3.10
NuGet\Install-Package DSaladin.FontAwesome.WPF -Version 5.15.3.10
<PackageReference Include="DSaladin.FontAwesome.WPF" Version="5.15.3.10" />
paket add DSaladin.FontAwesome.WPF --version 5.15.3.10
#r "nuget: DSaladin.FontAwesome.WPF, 5.15.3.10"
// Install DSaladin.FontAwesome.WPF as a Cake Addin #addin nuget:?package=DSaladin.FontAwesome.WPF&version=5.15.3.10 // Install DSaladin.FontAwesome.WPF as a Cake Tool #tool nuget:?package=DSaladin.FontAwesome.WPF&version=5.15.3.10
FontAwesome for WPF
WPF Controls with FontAwesome Icons.
FontAwesome Website: https://fontawesome.com/icons
Current FontAwesome Version: 5.15.3
Changes in the newest version of FontAwesome
https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md
Usage
Include in Window/Usercontrol
xmlns:fa="clr-namespace:DSaladin.FontAwesomeWPF;assembly=FontAwesomeWPF"
In Controls
(ex. Label)
// instead of using Content
<Label fa:Icon.Content="SolidArrowUp" />
// instead of using Text
<Button fa:Icon.Content="SolidArrowUp" />
Custom Controls
<fa:FontAwesomeBox Icon="SolidArrowUp" />
<fa:FontAwesomeImage Icon="SolidArrowUp" />
Control Properties
Rotate any FontAwesomeBox or FontAwesomeImage:
<fa:FontAwesomeBox Icon="SolidArrowUp" FlipOrientation="Horizontal" Rotation="10" />
License Type
MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
net5.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 | 511 | 4/22/2023 | |
6.2.1 | 340 | 12/18/2022 | |
6.2.0 | 407 | 9/28/2022 | |
6.1.2.1 | 444 | 5/28/2022 | |
6.1.1.2 | 453 | 4/10/2022 | |
6.1.1.1 | 440 | 4/7/2022 | |
6.1.1 | 499 | 3/26/2022 | |
5.15.4.2 | 339 | 10/11/2021 | |
5.15.4.1 | 380 | 10/11/2021 | |
5.15.4 | 441 | 10/8/2021 | |
5.15.3.10 | 358 | 4/4/2021 | |
5.15.3 | 325 | 3/30/2021 | |
5.15.0 | 343 | 2/6/2021 |
Fixed index out of range exception when setting foreground color on FontAwesomeImage