SystemColors Reference - WPF Team Blog - Site Home - MSDN Blogs by Xaml editor

Wed, 01 Dec 2010 23:54:54 -0700

SystemColors Reference - WPF Team Blog - Site Home - MSDN Blogs

by Xaml editor @ Wed, 01 Dec 2010 23:54:54 -0700



WPF exposes a swatch of colors that comprise the current Windows system theme. These are available in the SystemColors class as Colors, Brushes, and corresponding ResourceKeys (for binding with dynamic notification of changes to these ...

Cloning a WPF ControlTemplate
There is also a Template property in the ControlTemplate class... try to set it and a null exception will be thrown, so forget it. The first two are easy to use, just itterate through the collections. VisualTree is of the weird and ...