PowerLib.Winform
1.0.5
See the version list below for details.
dotnet add package PowerLib.Winform --version 1.0.5
NuGet\Install-Package PowerLib.Winform -Version 1.0.5
<PackageReference Include="PowerLib.Winform" Version="1.0.5" />
paket add PowerLib.Winform --version 1.0.5
#r "nuget: PowerLib.Winform, 1.0.5"
// Install PowerLib.Winform as a Cake Addin #addin nuget:?package=PowerLib.Winform&version=1.0.5 // Install PowerLib.Winform as a Cake Tool #tool nuget:?package=PowerLib.Winform&version=1.0.5
Assembly providing some good-looking UI use in Winform.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- PowerLib (>= 1.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix bug:XForm cannot be correctly centered after using Application.Run to display on StartPosition is set to CenterScreen.
Fix bug:XMessageBox.Show() cause GDI+ exception in case of the parameter 'text' length exceeds 2046, and the excessively long characters will be truncated in subsequent versions.
New feature: LoadingCircle/LoadingLayer and RipplePictureBox add new property RefreshRate, which is used to set the animation refresh rate, which can be appropriately reduced when the CPU performance is insufficient.
New feature: Added XFileProgressBar, borrowed from (plagiarized) Win10 file transfer progress bar, see PowerLib.Winform.Sample.FrmXFileProgressBarTest.cs