Info
| Version: | 1.1.0 | 
| Author(s): | BJ Herrington | 
| Last Update: | Thursday, March 30, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://paradoxlost.github.io/ux | 
| NuGet Url: | https://www.nuget.org/packages/Paradoxlost.UX.WinForms | 
Install
Install-Package Paradoxlost.UX.WinForms
                        dotnet add package Paradoxlost.UX.WinForms
                        paket add Paradoxlost.UX.WinForms
                        
                                Paradoxlost.UX.WinForms Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Property values must match parameters for a constructor of the property type. Colors come from the System.Drawing.KnownColors enum.
Example:
@vals {
myFont: Segoe UI, 9.0, Regular;
}
@modules {
//Default is WinForms
myModule: my.assembly.name
}
Form {
Font: $myFont;
BackColor: Blue;
}
MyForm {
$module: myModule;
BackColor: Green;
}.