Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewnoakes/style-snooper
Extract default WPF styles for controls
https://github.com/drewnoakes/style-snooper
control-templates dotnet style-snooper wpf wpf-styles
Last synced: 19 days ago
JSON representation
Extract default WPF styles for controls
- Host: GitHub
- URL: https://github.com/drewnoakes/style-snooper
- Owner: drewnoakes
- Created: 2016-05-30T22:58:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T22:44:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T09:26:36.918Z (about 1 month ago)
- Topics: control-templates, dotnet, style-snooper, wpf, wpf-styles
- Language: C#
- Size: 285 KB
- Stars: 69
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# style-snooper
A simple tool to extract the WPF styles for `FrameworkElement`s.
These can provide a useful starting point to your own customisations.
![screenshot](https://raw.githubusercontent.com/drewnoakes/style-snooper/master/screenshot.png)
This repo derives from code source from [Eli Arbel](https://arbel.net/2006/11/05/revamped-style-snooper/),
though the original source may have been [Walt Tirscher](https://wpfwonderland.wordpress.com/2007/01/02/wpf-tools-stylesnooper/).
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](https://github.com/drewnoakes/style-snooper/compare/b8529f67ff5cd6b2b6da07dd0bf5e9f053049810...master) include:
- Simplification of output XAML
- Upgrade from .NET 3.0 to .NET 4.5
- UI layout improvements
- Code style and project clean up
- Added an icon. Credits: [CC-BY Lucas Helle, CL](https://thenounproject.com/search/?q=Nose&i=3608372), modified by Wolfgang Kleinschmit.