VisualPlus 0.4.0.10-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.10-beta
NuGet\Install-Package VisualPlus -Version 0.4.0.10-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.10-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.10-beta
#r "nuget: VisualPlus, 0.4.0.10-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.10-beta&prerelease

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

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

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

Improved: VisualStylesManager loads Form controls and updates on style change.
Improved: Hatch on controls.

Added: BackColor states to controls. Paints controls with solid colors. You can customize further by adding a BackgroundImage using the VisualGradient component which will override the color with your custom gradient.
Added: BackgroundImage support to controls.

Fixed: VisualGradient autosize not changing the gradient size when a controls size changes.
Fixed: BackgroundImage not being clipped to border.
Fixed: VisualGroupBox classic style from displaying properly.
Fixed: #46 VisualForm padding moves ControlBox.
Fixed: Border leaks.
Fixed: VisualTrackBar displaying double values.