Skip to content
Thomas Baker edited this page Apr 23, 2022 · 8 revisions

WinFormMarkup A Fluent UI Markup Language for WinForms

Modeled after Kotlin's TornadoFX builder syntax, and MAUI's Markup API, WinFormMarkup is a declarative language for building WinForms applications. No special designers or IDE features needed.

The entire builder syntax is based on extension methods. It will apply to any derived classes build on top of the base WinForms class hierarchy. And, can be easily extended for custom classes and method.

Clone this wiki locally