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

// Install VisualPlus as a Cake Tool
#tool nuget:?package=VisualPlus&version=0.4.0.9-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

Added: VisualGauge Control.
Added: VisualGradient Component.
Fixed: Components not initializing - in DesignMode.
Fixed: VisualLabel text not Invalidating on text change.
Fixed: VisualStylesManager.
Organized the controls and components into their respective folders.
Removed Drag & Expander from VisualPanel & VisualGroupBox since those components can now be added separately if you need to further extend any controls.
Further expanded on the GDI library. You can now call the API and add custom rounding to any control and more effects all accessible.