RishiVeenu.Core.System.Windows.Forms 11.0.0

dotnet add package RishiVeenu.Core.System.Windows.Forms --version 11.0.0
                    
NuGet\Install-Package RishiVeenu.Core.System.Windows.Forms -Version 11.0.0
                    
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="RishiVeenu.Core.System.Windows.Forms" Version="11.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RishiVeenu.Core.System.Windows.Forms" Version="11.0.0" />
                    
Directory.Packages.props
<PackageReference Include="RishiVeenu.Core.System.Windows.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RishiVeenu.Core.System.Windows.Forms --version 11.0.0
                    
#r "nuget: RishiVeenu.Core.System.Windows.Forms, 11.0.0"
                    
#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.
#:package RishiVeenu.Core.System.Windows.Forms@11.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RishiVeenu.Core.System.Windows.Forms&version=11.0.0
                    
Install as a Cake Addin
#tool nuget:?package=RishiVeenu.Core.System.Windows.Forms&version=11.0.0
                    
Install as a Cake Tool

Winforms for Linux

Should work on FreeBSD, not tested yet. Drop-in replacement with custom Frutiger-Aero theme (activatable via environment variables, default behaviour should be unchanged). Please test before use. This also works with Eto.Forms as a backend. GPU acceleration is optionally available. This uses SkiaSharp. Also supports rendering to SVGs and headless but undocumented for now (vector WinForms).

Author: Rishikeshan Sulochana/Lavakumar. License: Apache-2.0, please see LICENSE.txt.

Environment variables

RV_FRUTIGER_AERO=true # Frutiger Aero, default: off
RV_CORNER_RADIUS=2    # Corner rounding, default: 6, set to 0 for sharp corners
RV_FRUTIGER_AERO_BORDER_INSET=2 #additional inset
RV_FRUTIGER_AERO_BORDER_THICKNESS=2 #border sizes
RV_FRUTIGER_AERO_BORDERS=false #defaults to false
RV_FRUTIGER_AERO_OPACITY=0.97 #double precision, defaults to 1
RV_BORDER_WIDTH=0 #double precision, defaults to 0, common interactive controls - general non-aero border width
RV_SIM_AA=false #Try to antialias using an alpha-blended border (simulated AA, only if BORDER_RADIUS>0, default: false).
RV_SET_REGION=true #Use region to round, apparently uses X11 one-bit stencils, probably no AA but would basically be fast and work everywhere.
RV_USE_CLIPPING=false #Use clipping to round (default: false), this uses Cairo composition so should result in better AA.
RV_UNIVERSAL_ALPHA=250 #Will set alpha to controls which have alpha set to 255, this triggers the background paint behind the control; 255 doesn't trigger it.
RV_OPACITY=0.5 #Will set alpha to FORMS which have FORM OPACITY set to 1, this triggers TRANSPARENCY; default 0.97.

Drop-in WinForms compatible port for modern dotnet for Linux/BSD.

This is code obtained from System.Windows.Forms implementation from Mono by DanielVanNoord and ported to modern .net. This is a drop-in replacement to System.Windows.Forms and is cross-platform and works on Linux and on Microsoft Windows (R).

This is an experimental branch. Please refer to DanielVanNoord's original port of Mono WinForms to modern .net which is ... very fast and amazing!

Product Compatible and additional computed target framework versions.
.NET net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
11.0.0 89 7/25/2026

Initial Release