Part 6 of Adrej Tozon's series called "Countdown to Silverlight 3" is now ready and it is about
system colors. If you find this post interesting then you may also want to read
the previous parts.
With Silverlight 3, we now have access to system colors. If you need your new application to visually fit into the operating system it’s running on, simply inspect one of the static properties, provided by the new SystemColors class – System.HighlightColor for example, will tell you what color is used for highlighting the selection in ListBoxes.