How to get existing control's ControlTemplate in WPF in XAML format (visual tree)? This is to help to create new ControlTemplate with the help of existing template.
The styles along with template examples are up on MSDN for download, see the Default WPF Themes link.
Default WPF Themes
However you can also extend the existing style without redefining everything by using the BasedOn attribute.
BasedOn
2.1m questions
2.1m answers
60 comments
57.0k users