WPF-UI
2.0.3
See the version list below for details.
dotnet add package WPF-UI --version 2.0.3
NuGet\Install-Package WPF-UI -Version 2.0.3
<PackageReference Include="WPF-UI" Version="2.0.3" />
paket add WPF-UI --version 2.0.3
#r "nuget: WPF-UI, 2.0.3"
// Install WPF-UI as a Cake Addin #addin nuget:?package=WPF-UI&version=2.0.3 // Install WPF-UI as a Cake Tool #tool nuget:?package=WPF-UI&version=2.0.3
WPF UI
Created with ⤠in Poland by lepo.co
A simple way to make your application written in WPF keep up with modern design trends. Library changes the base elements like Page
, ToggleButton
or List
, and also includes additional controls like Navigation
, NumberBox
, Dialog
or Snackbar
.
Deliver humanitarian aid directly to Ukraine.
https://bank.gov.ua/en/about/humanitarian-aid-to-ukraine
Refugees in Poland
Many forms of support for refugees from Ukraine and organizations supporting them are available on the Polish government website
https://pomagamukrainie.gov.pl/chce-pomoc/prywatnie/pomoc-finansowa
đ Getting started
For a starter guide see our documentation.
WPF UI is delivered via NuGet package manager. You can find the package here:
https://www.nuget.org/packages/wpf-ui/
Visual Studio
The plugin for Visual Studio 2022 let you easily create new projects using WPF UI.
https://marketplace.visualstudio.com/items?itemName=lepo.wpf-ui
đ What's included?
đ Branches
Branch | Status |
---|---|
WPF UI - Main | |
WPF UI - Development |
đˇ Screenshots
đī¸ Works with Visual Studio Designer
đ Virtualized panels for displaying thousands controls
â¤ī¸ Custom Tray icon and menu in pure WPF
â Custom Windows 11 SnapLayout available for TitleBar.
đšī¸ Radiograph
Radiograph is a computer hardware monitoring app that uses WPF UI.
đ Documentation
Documentation can be found at https://wpfui.lepo.co/. We also have a tutorial over there for newcomers.
đ§ Development
If you want to propose a new functionality or submit a bugfix, create a Pull Request for the branch development.
đ How to use?
First, your application needs to load custom styles, add in the MyApp\App.xaml file:
<Application
...
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ui:ThemesDictionary Theme="Dark" />
<ui:ControlsDictionary />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Now you can create fantastic apps, e.g. with one button:
<ui:UiWindow
...
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
<Grid>
<ui:Button
Content="Hello World"
Icon="Fluent24"/>
</Grid>
</ui:UiWindow>
Special thanks
Crafting apps for .NET without the creators of tools like ReSharper or XAML Styler would never be such a fantastic adventure.
Microsoft Property
Design of the interface, choice of colors and the appearance of the controls were inspired by projects made by Microsoft for Windows 11.
The Wpf.Ui.Demo app includes icons from Shell32 for Windows 11. These icons are the legal property of Microsoft and you may not use them in your own app without permission. They are used here as an example of creating tools for Microsoft systems.
Segoe Fluent Icons
WPF UI uses Fluent System Icons. Although this font was also created by Microsoft, it does not contain all the icons for Windows 11. If you need the missing icons, add Segoe Fluent Icons to your application.
According to the EULA of Segoe Fluent Icons we cannot ship a copy of it with this dll. Segoe Fluent Icons is installed by default on Windows 11, but if you want these icons in an application for Windows 10 and below, you must manually add the font to your application's resources.
https://docs.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font
https://docs.microsoft.com/en-us/windows/apps/design/downloads/#fonts
In the app dictionaries, you can add an alternate path to the font
<FontFamily x:Key="SegoeFluentIcons">pack://application:,,,/;component/Fonts/#Segoe Fluent Icons</FontFamily>
Compilation
Use Visual Studio 2022 and invoke the .sln.
Visual Studio
WPF UI is an Open Source project. You are entitled to download and use the freely available Visual Studio Community Edition to build, run or develop for WPF UI. As per the Visual Studio Community Edition license, this applies regardless of whether you are an individual or a corporate user.
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
License
WPF UI is free and open source software licensed under MIT License. You can use it in private and commercial projects.
Keep in mind that you must include a copy of the license in your project.
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. net6.0-windows7.0 is compatible. 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 | net461 is compatible. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 6.0.0)
-
.NETFramework 4.6.1
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7
- System.Drawing.Common (>= 6.0.0)
-
.NETFramework 4.8
- System.Drawing.Common (>= 6.0.0)
-
net5.0-windows7.0
- System.Drawing.Common (>= 6.0.0)
-
net6.0-windows7.0
- System.Drawing.Common (>= 6.0.0)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on WPF-UI:
Package | Downloads |
---|---|
WPF-UI.Tray
Native tray menu icon support for WPF using the WPF UI library. |
|
MyNet.Wpf
This library is a comprehensive class library designed to simplify the implementation of common GUI functionalities in .NET applications. |
|
WPF-UI.Violeta
WPF UI Violeta is based on WPF UI, and provides the Fluent experience in your known and loved WPF framework. Some new immersive controls like like `Toast`, `Flyout`, `ContentDialog`, `MessageBox` and etc. |
|
Hsm.Ui.Core
UI Core library for Ham Station Master |
|
LYSoft.Libs.Wpf.WpfUI
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WPF-UI:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0-rc.2 | 3,600 | 8/11/2024 | |
4.0.0-rc.1 | 427 | 7/24/2024 | |
3.0.5 | 31,292 | 7/24/2024 | |
3.0.4 | 34,919 | 4/14/2024 | |
3.0.3 | 8,655 | 3/24/2024 | |
3.0.2 | 2,202 | 3/19/2024 | |
3.0.1 | 3,564 | 3/13/2024 | |
3.0.0 | 24,765 | 2/4/2024 | |
2.1.0 | 34,918 | 8/19/2023 | |
2.0.3 | 66,816 | 9/25/2022 | |
2.0.2 | 10,088 | 7/18/2022 | |
2.0.1 | 3,821 | 6/18/2022 | |
2.0.0 | 1,610 | 6/16/2022 | |
1.2.7 | 7,229 | 5/7/2022 | |
1.2.6 | 1,719 | 5/2/2022 | |
1.2.4 | 2,335 | 4/20/2022 | |
1.2.3 | 1,261 | 4/16/2022 | |
1.2.2 | 2,773 | 3/20/2022 | |
1.2.1 | 3,429 | 12/22/2021 | |
1.2.0 | 884 | 12/22/2021 | |
1.1.0 | 1,181 | 11/12/2021 | |
1.0.0 | 1,541 | 10/3/2021 |