MahApps.Metro.IconPacks.FontAwesome
6.2.1
Prefix Reserved
dotnet add package MahApps.Metro.IconPacks.FontAwesome --version 6.2.1
NuGet\Install-Package MahApps.Metro.IconPacks.FontAwesome -Version 6.2.1
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="6.2.1" />
<PackageVersion Include="MahApps.Metro.IconPacks.FontAwesome" Version="6.2.1" />
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" />
paket add MahApps.Metro.IconPacks.FontAwesome --version 6.2.1
#r "nuget: MahApps.Metro.IconPacks.FontAwesome, 6.2.1"
#:package MahApps.Metro.IconPacks.FontAwesome@6.2.1
#addin nuget:?package=MahApps.Metro.IconPacks.FontAwesome&version=6.2.1
#tool nuget:?package=MahApps.Metro.IconPacks.FontAwesome&version=6.2.1
IconPacks for stylish awesome WPF and UWP applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- MahApps.Metro.IconPacks.Core (>= 6.2.1)
-
.NETFramework 4.7
- MahApps.Metro.IconPacks.Core (>= 6.2.1)
-
net6.0-windows7.0
- MahApps.Metro.IconPacks.Core (>= 6.2.1)
-
net8.0-windows7.0
- MahApps.Metro.IconPacks.Core (>= 6.2.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MahApps.Metro.IconPacks.FontAwesome:
| Package | Downloads |
|---|---|
|
MahApps.Metro.IconPacks
IconPacks for stylish awesome WPF and UWP applications. |
|
|
WPFTemplateLib
更新内容: 1、[修复] [附加属性] TabControlSelectionBridge.SelectedData 内部调用 Tc_SelectionChanged 时会报 值不能为 null 的错误。 2、[便捷] ResourceBinding 的命名空间(Mersoft.Mvvm.MarkupExtensions)纳入到 lib: 前缀下。 3、[增强] [附加属性] WpfXamlPropProxy 中添加 TopPartMargin、BottomPartMargin、LeftPartMargin、RightPartMargin、CenterPartMargin。 4、[新增] [附加属性] lib:TabControlAttached.IsAutoSelectFirstEnabledTabItem:TabControl 自动选中第一个 IsEnabled=true 的标签页,且在当前选中页签变为禁用时,跳到下一个启用页签。 *********************************************** 本库为一款【WPF 帮助类库】,包含但不限于以下内容: 01、MVVM 基础支持类(命令:RelayCommand;绑定:ObservableObject、SimpleBindableBase、NotifyDataErrorObject、ViewModelBase)。 02、WPF 帮助类(BindingProxy、ResourceBinding、MediaColorHelper、FrameworkElementHelper、ConverterHelper 等)。 03、附加属性帮助类(WpfXamlPropProxy、BringIntoViewBehavior、ExportPicAttached、WpfTouchScrollHelper、GridHelper、FocusAttached、DataGridAttached、 TextBoxAttached、LabelAttached、RadioButtonAttached、RotateToTranslateAttachedV2、LocationTargetRenderOriginAttached、TabControlAttached 等)。 04、行为类(DragInCanvasBehavior、SelectedItemBehavior、AttachAdornerBehavior 等)。 05、样式(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Styles/StyleDictionary.xaml" />); 默认主题(不引入则不设置默认样式)(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Styles/DefaultThemeDictionary.xaml" />); 颜色主题(部分控件有效):[默认]蓝色(*/Light.Blue.xaml)、绿色(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Themes/Light.Green.xaml" />)。 06、转换器("<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/WpfConverters/ConverterDictionary.xaml" />) 07、配置属性系统(ConfigManager)。 08、自定义控件(Toast、ToastTextBlock、SystemDropShadowChrome、XUI:Form、PanelWithMessage、CircleWithInOutText、PP:CornerClip、FlipableControl、FlipableContentControl、 Handy:UniformSpacingPanel、PP:DateTimePicker、PP:SimplePanel、Handy:Row/Col、AutoGrid、TitleValueUnit、fruit:Table、fruit:PasswordInput、mah:MetroHeader 等)。 09、用户控件(UC_InfoRegion、CircleWithTextBox、UC_Wait、UC_ConfirmBox 等)。 10、类型转换器(EnumDescriptionTypeConverter)。 11、在行为中使用的事件触发器(RoutedEventTrigger)。 12、增强类(FixedCountObservableCollection、RangeObservableCollection 等)。 13、一个常用值类 CommonValues(目前有两个布尔值:TrueValue、FalseValue)。 14、标记扩展(lib:IntValue、SolidColorBrushValue、BoolValue、VisibilityValue 等)。 基础说明: - Xaml 命名空间:xmlns:lib="https://gitee.com/dlgcy/WPFTemplateLib" 。 - 样式以"LibSty"开头,控件模版以"LibTpl"开头。WPF 系统样式以"SysSty"开头,控件模板以"SysTpl"开头。 - 转换器列表:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/WpfConverters/ConverterDictionary.xaml - 默认主题的内容:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/Styles/DefaultThemeDictionary.xaml - 转换器等地方需要指定值转换模式的,使用以下枚举名或值:Visibility(1)、Bool(2)、String(3)、Int(4)、Float(5)、Double(6)、SolidColorBrush(7)、UInt(8)、Short(9)、UShort(10)、Byte(11)、Long(12)。 或者整体使用[静态类]UsefulConvertParaStr,如:UsefulConvertParaStr.VisibleCollapsed、TrueFalse。 使用方法详见: 1、https://gitee.com/dlgcy/DLGCY_WPFPractice 2、https://gitee.com/dlgcy/WPFTemplate 3、https://dlgcy.com 4、https://gitee.com/dlgcy/WpfAnimationDemo 一部分是搬运修改网上的资源,一部分是自己原创,以自用为主,感兴趣的朋友也可以使用,欢迎交流讨论(微信公众号:独立观察员博客)。 重要更改基本在本人业余时间完成,仅代表个人立场,与本人所在公司无关。 免责声明:本库及维护者不对使用产生的任何问题负责,请自行充分测试。 严正声明:禁止在 996 以及相似类型的公司中使用本库。 |
|
|
YLXUI.Wpf
A UI Library contains Yolicy-style compoments |
|
|
Tz.MahApps.Metro
Package Description |
|
|
libQB
Library for QB Application |
GitHub repositories (12)
Showing the top 12 popular GitHub repositories that depend on MahApps.Metro.IconPacks.FontAwesome:
| Repository | Stars |
|---|---|
|
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
|
|
|
BornToBeRoot/NETworkManager
A powerful open-source tool for managing networks and troubleshooting network problems!
|
|
|
chocolatey/ChocolateyGUI
A delicious GUI for Chocolatey
|
|
|
GSDragoon/RadeonSoftwareSlimmer
Radeon Software Slimmer is a utility to trim down the bloat with Radeon Software for AMD GPUs on Microsoft Windows.
|
|
|
punker76/simple-music-player
Simple Music Player - SimpleMP - Keeps it simple and plays your music
|
|
|
project-sbc/Power-Control-Panel-v2
|
|
|
punker76/code-samples
Just some code samples for MahApps and other experiments...
|
|
|
project-sbc/Handheld-Control-Panel
|
|
|
SkiTles55/SPT-AKI-Profile-Editor
Программа для редактирования профиля игрока на сервере SPT-AKI
|
|
|
codengine/SOTFEdit
A Sons of The Forest Savegame Editor
|
|
|
Nsiso/NsisoLauncher
A New Minecraft Launcher from Nsiso
|
|
|
project-sbc/Handheld-Hardware-Tools
Software that compliments Windows laptops/tablets/gaming handhelds to allow easy control of TDP, brightness, cpu clock, etc.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.2.1 | 27,292 | 11/2/2025 |
| 6.2.0 | 727 | 10/31/2025 |
| 6.1.0 | 34,200 | 8/10/2025 |
| 6.0.0 | 8,350 | 7/24/2025 |
| 5.1.0 | 115,829 | 10/23/2024 |
| 5.0.1 | 13,907 | 10/15/2024 |
| 5.0.0 | 50,485 | 6/5/2024 |
| 4.11.0 | 128,702 | 10/18/2021 |
| 4.10.0 | 4,024 | 10/3/2021 |
| 4.9.0 | 2,230 | 9/13/2021 |
| 4.8.0 | 31,736 | 10/29/2020 |
| 4.7.0 | 1,681 | 10/25/2020 |
| 4.6.0 | 1,982 | 10/12/2020 |
| 4.5.0 | 6,005 | 9/19/2020 |
| 4.4.0 | 3,952 | 7/29/2020 |
| 4.3.0 | 3,032 | 7/5/2020 |
| 4.2.0 | 3,864 | 5/24/2020 |
| 4.1.0 | 2,294 | 5/13/2020 |
| 4.0.0 | 2,557 | 4/19/2020 |
| 3.7.0 | 5,103 | 4/3/2020 |