VisualPlus 0.4.0.8-beta

This is a prerelease version of VisualPlus.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package VisualPlus --version 0.4.0.8-beta
NuGet\Install-Package VisualPlus -Version 0.4.0.8-beta
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="VisualPlus" Version="0.4.0.8-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VisualPlus --version 0.4.0.8-beta
#r "nuget: VisualPlus, 0.4.0.8-beta"
#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 VisualPlus as a Cake Addin
#addin nuget:?package=VisualPlus&version=0.4.0.8-beta&prerelease

// Install VisualPlus as a Cake Tool
#tool nuget:?package=VisualPlus&version=0.4.0.8-beta&prerelease

The VisualPlus Framework (VPF), VisualPlus UI for WinForms allows you to rapidly deploy professional .NET applications with customizable controls.

Wiki: https://github.com/DarkByte7/VisualPlus/wiki

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

This update includes a major framework rewrite that includes many fixes and improvements.

Most controls now support updating their theme with a simple line of code. Some controls have also been refactored to further expand on building custom renderers for them. The renderers can be used to draw your own controls.

Added Magnetic and ShowIcon property to VisualForm.
Added ActionTasksList to supported controls.
Added UpdateTheme to supported controls.
Added Renderers to allow drawing with your own rendering options.
Added Delegates, Events and created custom EventArgs to controls.
Added Many new extensibility extensions.
Added Badge component.
Added Drag component.
Added Expander component.
Added ProgressDialog component.

Fixed Sealed controls from being prevented to allow overriding.
Switched to new default font. 'Segoe UI'
Improved the constructors of various types.