Universe.NetCore.IrregularForm
0.9.0.2
dotnet add package Universe.NetCore.IrregularForm --version 0.9.0.2
NuGet\Install-Package Universe.NetCore.IrregularForm -Version 0.9.0.2
<PackageReference Include="Universe.NetCore.IrregularForm" Version="0.9.0.2" />
paket add Universe.NetCore.IrregularForm --version 0.9.0.2
#r "nuget: Universe.NetCore.IrregularForm, 0.9.0.2"
// Install Universe.NetCore.IrregularForm as a Cake Addin #addin nuget:?package=Universe.NetCore.IrregularForm&version=0.9.0.2 // Install Universe.NetCore.IrregularForm as a Cake Tool #tool nuget:?package=Universe.NetCore.IrregularForm&version=0.9.0.2
The library is working with changing skin of the form.
The part of Universe.NetCore.Framework and Universe.NetCore.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 | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
MonoAndroid | monoandroid80 is compatible. |
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 4.7.2)
-
MonoAndroid 8.0
- System.Drawing.Common (>= 4.7.2)
-
net5.0
- System.Drawing.Common (>= 4.7.2)
-
net6.0
- System.Drawing.Common (>= 4.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.