Russkyc.ModernControls.WPF
2.2.2
Prefix Reserved
See the version list below for details.
dotnet add package Russkyc.ModernControls.WPF --version 2.2.2
NuGet\Install-Package Russkyc.ModernControls.WPF -Version 2.2.2
<PackageReference Include="Russkyc.ModernControls.WPF" Version="2.2.2" />
paket add Russkyc.ModernControls.WPF --version 2.2.2
#r "nuget: Russkyc.ModernControls.WPF, 2.2.2"
// Install Russkyc.ModernControls.WPF as a Cake Addin #addin nuget:?package=Russkyc.ModernControls.WPF&version=2.2.2 // Install Russkyc.ModernControls.WPF as a Cake Tool #tool nuget:?package=Russkyc.ModernControls.WPF&version=2.2.2
ModernControls.WPF
An easy to use and highly customizable modern control library for wpf
What sets this apart from the default WPF controls?
The default wpf control library is awesome when it comes to ui customization, but theres only one problem --you need to write a handful of style setters, dependency properties, and triggers to have a truly customized control. Which is why Russkyc.ModernControls.WPF is created. It saves you from having to write all of the style, templates, and triggers by providing controls that are highly customizable all using properties. Perfect for quick and easy UI Development.
Getting Strated
Add This Reference to App.xaml
xmlns:russkyc="clr-namespace:org.russkyc.moderncontrols.Styles;assembly=Russkyc.ModernControls.WPF"
Add the Resource and set default theme in App.xaml
<Application.Resources>
<styles:ModernControlsWpf BaseTheme="Dark" ColorTheme="Green" />
</Application.Resources>
Add the following to your window
xmlns:russkyc="clr-namespace:org.russkyc.moderncontrols;assembly=Russkyc.ModernControls.WPF"
Sample Usage
<russkyc:ModernButton Width="70" Text="Modern Button" />
Visit the ModernControls.WPF Repository
Head over to the Wiki
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6
- Bindables.Wpf (>= 1.4.0)
- CompiledBindings.WPF (>= 1.0.17.5)
-
.NETFramework 4.7
- Bindables.Wpf (>= 1.4.0)
- CompiledBindings.WPF (>= 1.0.17.5)
-
.NETFramework 4.8
- Bindables.Wpf (>= 1.4.0)
- CompiledBindings.WPF (>= 1.0.17.5)
-
net6.0-windows7.0
- Bindables.Wpf (>= 1.4.0)
- CompiledBindings.WPF (>= 1.0.17.5)
-
net7.0-windows7.0
- Bindables.Wpf (>= 1.4.0)
- CompiledBindings.WPF (>= 1.0.17.5)
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 |
---|---|---|
2.2.3 | 282 | 10/12/2023 |
2.2.2 | 131 | 10/12/2023 |
2.2.1 | 132 | 10/12/2023 |
2.0.8 | 297 | 9/8/2023 |
2.0.4 | 191 | 8/11/2023 |
2.0.3 | 168 | 8/11/2023 |
2.0.2-pre | 125 | 8/11/2023 |
1.9.18 | 520 | 6/6/2023 |
1.7.1 | 268 | 5/1/2023 |
1.6.1 | 182 | 4/28/2023 |
1.6.0 | 162 | 4/28/2023 |
1.5.2 | 186 | 4/18/2023 |
1.5.1 | 210 | 4/18/2023 |
1.5.1-dev | 129 | 4/15/2023 |
1.5.0 | 190 | 4/14/2023 |
1.4.2 | 182 | 4/6/2023 |
1.4.0 | 205 | 4/4/2023 |
1.3.2 | 180 | 4/3/2023 |
1.1.4 | 198 | 4/3/2023 |
1.1.3 | 216 | 4/1/2023 |
1.1.2 | 208 | 4/1/2023 |
1.1.1 | 209 | 4/1/2023 |
1.0.5 | 223 | 4/1/2023 |
Make single custom resource for importing, add enum overloads to theme manager methods