MaterialSkin2DotNet 1.0.2
Migration of MaterialSkin.2 (Leonardo C Bottaro) from .NET Framework Winforms to .NET Winforms also known as .NET Core Winforms. Minimum supported .NET Version is .NetCore 3.1. Latest .NET 5.0 Preview version is also supported.
Install-Package MaterialSkin2DotNet -Version 1.0.2
dotnet add package MaterialSkin2DotNet --version 1.0.2
<PackageReference Include="MaterialSkin2DotNet" Version="1.0.2" />
paket add MaterialSkin2DotNet --version 1.0.2
Release Notes
1.0.2
----
1. ColorScheme's Color Properties are added in MaterialForm, which can be used to change color scheme without building 1st.
Issues: Changing Form1's Color Scheme Properties also changes the Form2's Color Scheme Properties, while desiging, but will remain same as selected after building. For more details, check Github Repo.
-----
1.0.1
-----
1. 1.0.0 version's requirment was accidently set to .NET 5.0, which is .NET CORE 3.1 Now.
2. Default Primary Color is Green and Accent Color is now Blue.
3. Material Card Rectangle is can be filled with Form's backcolor according to Theme.
------------------
First Ever Release.
------------------
Same features mentioned at Leonardo's Repo.
Dependencies
-
.NETCoreApp 3.1
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.