Paradoxlost WinForms Theme Engine NuGet Package

Uses very simple CSS-style theme file to alter class properties.

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;
}.




Got any Paradoxlost WinForms Theme Engine Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2584