Universe.IrregularForm
0.9.0.2
dotnet add package Universe.IrregularForm --version 0.9.0.2
NuGet\Install-Package Universe.IrregularForm -Version 0.9.0.2
<PackageReference Include="Universe.IrregularForm" Version="0.9.0.2" />
paket add Universe.IrregularForm --version 0.9.0.2
#r "nuget: Universe.IrregularForm, 0.9.0.2"
// Install Universe.IrregularForm as a Cake Addin #addin nuget:?package=Universe.IrregularForm&version=0.9.0.2 // Install Universe.IrregularForm as a Cake Tool #tool nuget:?package=Universe.IrregularForm&version=0.9.0.2
The library is working with changing skin of the form.
The part of Universe.Framework and Universe.Windows.Forms
Package and assembly features:
1. A single instance of IrregularFormTransformer is added to the form
to be transformed to an alpha channel border window. It hosts all
controls to be displayed on the window, the image for the layered
window that displays the image border, and one or more IrregularFormMarkers
to construct the main form's region;
2. IrregularFormTransformer.Fade() for fade in/out functionality
To use, override OnShown() and OnClosing() and add call to Fade().
If fading in, main form Opacity property should be set to 0
in advance AND for fading in you must pass 0 as the
argument to TransformForm() to set the initial layered form opacity;
3. IrregularFormMarker serves as a design time aid for specifying
one or more points in the background image that will be used
to build the main form's Region. In the designer, it must
always be added to the IrregularFormTransformer control (not the main form);
4. LayeredWindowForm - this window sets the WS_EX_LAYERED extended style with
a method to set the layered window bitmap
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.0
- No dependencies.
-
.NETFramework 4.5
- 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.