Hacker News new | ask | show | jobs
by Const-me 1850 days ago
> the worst parts of WPF (styling, verbosity) are still there

WPF is supported in Expression Blend, the tool helps with both styling and verbosity. For optimal UX it needs a bit of support from within the application, to provide design-time data. Ain’t terribly hard to do, and helps a lot when working on WPF GUI apps.

WinUI is not currently supported in Blend.