Russkyc.ModernControls.WPF
1.0.5
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Russkyc.ModernControls.WPF --version 1.0.5
NuGet\Install-Package Russkyc.ModernControls.WPF -Version 1.0.5
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="Russkyc.ModernControls.WPF" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Russkyc.ModernControls.WPF --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Russkyc.ModernControls.WPF, 1.0.5"
#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.
// Install Russkyc.ModernControls.WPF as a Cake Addin #addin nuget:?package=Russkyc.ModernControls.WPF&version=1.0.5 // Install Russkyc.ModernControls.WPF as a Cake Tool #tool nuget:?package=Russkyc.ModernControls.WPF&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Russkyc.ModernControls.WPF
A highly customizable custom control library for wpf
Preview
Setup
Add the following to App.xaml > Application.Resources
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Russkyc.ModernControls.WPF;component/Themes/ColorThemes/Default.xaml" />
<ResourceDictionary Source="pack://application:,,,/Russkyc.ModernControls.WPF;component/Themes/Generic.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Add the following to your window
xmlns:moderncontrols="clr-namespace:org.russkyc.moderncontrols;assembly=Russkyc.ModernControls.WPF"
Sample Usage
<moderncontrols:ModernButton Width="70" Text="Modern Button" />
A Taste of ModernControls Customization
Modern Button
<moderncontrols:ModernButton Width="70"
CornerRadius="5"
FontWeight="SemiBold"
HoverBackground="#3d88ff"
HoverForeground="#7BFFA3"
PressedBackground="#1F5ABD"
PressedForeground="#FFBE46"
Text="Modern Button" />
Control Library
- ModernTextBox
- ModernButton
- ModernToggleButton
- ModernRadio
- ModernRadioButton
- ModernComboBox
- ModernAutocompleteBox
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows7.0
- Bindables.Wpf (>= 1.4.0)
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 |