ag.WPF.UpDown 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ag.WPF.UpDown --version 2.0.0
                    
NuGet\Install-Package ag.WPF.UpDown -Version 2.0.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="ag.WPF.UpDown" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ag.WPF.UpDown" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="ag.WPF.UpDown" />
                    
Project file
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 ag.WPF.UpDown --version 2.0.0
                    
#r "nuget: ag.WPF.UpDown, 2.0.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.
#addin nuget:?package=ag.WPF.UpDown&version=2.0.0
                    
Install ag.WPF.UpDown as a Cake Addin
#tool nuget:?package=ag.WPF.UpDown&version=2.0.0
                    
Install ag.WPF.UpDown as a Cake Tool

Custom WPF control with button spinners that allows incrementing and decrementing numeric values by using the spinner buttons and keyboard up/down arrows.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ag.WPF.UpDown:

Package Downloads
ag.WPF.ColorPicker

Custom WPF control that allows a user to pick a color from a predefind color palettes and/or screen.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 137 5/21/2025
2.0.1 102 5/17/2025
2.0.0 162 3/16/2025
1.0.5 269 8/12/2024
1.0.4 158 5/14/2024
1.0.3 190 4/1/2024
1.0.1 1,172 1/29/2022
1.0.0 479 1/15/2022

This release replaces inner textbox by ag.WPF.NumericBox. Note for developers: if you have used to use custom style for NumricBox control with versions prior to 2.0.0, please replace the old resource dictionary by new one from https://github.com/dedpichto/ag.WPF.UpDown/tree/master/ag.WPF.UpDown/Themes