A simple tool to extract the WPF styles for FrameworkElement
s.
These can provide a useful starting point to your own customisations.
This repo derives from code source from Eli Arbel, though the original source may have been Walt Tirscher. These various projects were hosted on blogs which have since yielded broken links to downloads and such. Hopefully this repo lasts as long as WPF developers do.
Changes in this repo include:
- Simplification of output XAML
- Upgrade from .NET 3.0 to .NET 4.5
- UI layout improvements
- Code style and project clean up