Material3.WinForms
0.8.0
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package Material3.WinForms --version 0.8.0
NuGet\Install-Package Material3.WinForms -Version 0.8.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="Material3.WinForms" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Material3.WinForms" Version="0.8.0" />
<PackageReference Include="Material3.WinForms" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Material3.WinForms --version 0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Material3.WinForms, 0.8.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.
#:package Material3.WinForms@0.8.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Material3.WinForms&version=0.8.0
#tool nuget:?package=Material3.WinForms&version=0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Material3.WinForms
Material 3 (Material You) controls and design tokens for Windows Forms. Dynamic color from a single
seed, runtime light/dark switching, the full M3 type scale, elevation, state layers and motion — plus Visual
Studio designer support. No mandatory base form, no native dependencies. Built on
Material3.Core.

- Full M3 control catalog — buttons, text fields, chips, cards, lists, dialogs, snackbar, navigation, title bar
- Designer support: toolbox + property grid + a design surface that paints with the live theme
MaterialThemeManagerdrivesSeed/Variant/IsDarkstraight from the property grid
dotnet add package Material3.WinForms
using Material3.WinForms.Theming;
ThemeManager.Apply(MaterialTheme.FromSeed(Color.FromArgb(0x67, 0x50, 0xA4)), isDark: true);
Full guide: https://github.com/dary1337/material3-dotnet/blob/main/docs/winforms.md · Repo & demo galleries: https://github.com/dary1337/material3-dotnet
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- Material3.Core (>= 0.8.0)
-
net8.0-windows7.0
- Material3.Core (>= 0.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.