Log in to like this post! FREE Office 2010 Blue Theme for WPF and Silverlight Microsoft Controls Brian Lagunas / Monday, September 9, 2013 Shhhhh…. Do you hear that????? That’s the sound of another great FREE theme! Today’s theme is the highly requested Office 2010 Blue theme. The Office 2010 Blue theme takes it’s visual cues from the Microsoft Office 2010 product suite. This is probably the most popular theme among Windows developers. Why? Well ,let’s face it! Most clients want all their apps to look like Outlook and Excel. Don’t ask me why, they just do. Maybe they just feel more comfortable with apps that have that Office feel to them. Because of that, most LOB developers have to provide an “Office” type theme to make their end-users feel all warm and fuzzy inside. Well, now you can! I am giving you this awesome Office 2010 Blue theme for Free! Now remember, there is a catch to this free theme. I will NOT support every single Microsoft control. Why? Well, because I would prefer for you to use Infragistics controls instead. For example, I will not be providing a style for the Microsoft DataGrid because Infragistics has a much better xamDataGrid control. You get the idea. Silverlight First up is the Silverlight version of the Infragistics’ “Office 2010 Blue Theme”. We are providing a style for each primitive control that appears in the Visual Studio toolbox, the controls that ship with the Silverlight SDK, and of course some controls from the Silverlight Toolkit. As you can see, we organized the themes by their respective source so that you have the option to use which ever control you need and not add any unnecessary dependencies on other assemblies. Here is the list of resource dictionaries you are getting. Adding the theme to your application is very simple. Just include the resource files for the controls you require the Resources section of your view, or in your App.xaml. <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Themes/Office2010BlueTheme/Office2010Blue.MSControls.Core.Implicit.xaml" /> <ResourceDictionary Source="Themes/Office2010BlueTheme/Office2010Blue.MSControls.SDK.Implicit.xaml" /> <ResourceDictionary Source="Themes/Office2010BlueTheme/Office2010Blue.MSControls.Toolkit.Implicit.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> Here is the full list of supported Silverlight controls. Accordion AutoCompleteBox BusyIndicator Button CheckBox ComboBox Expander GridSplitter Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TabControl TextBox ToggleButton Tooltip WPF Next up is the WPF version of the Infragistics’ “Office 2010 Blue Theme”. Just like the Silverlight version, we are providing you with styles for the primitive WPF controls that appear in the Visual Studio toolbox, as well as some controls in the WPF Toolkit. Just like for the Silverlight version, we organized the themes by their respective source so that if you don’t use the WPF toolkit, there will be no need for your code to take a dependency on it. Adding the theme to your application is the same as the Silverlight version. Just add the resource dictionaries to the Resources section of your View or App.xaml. <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Themes/Office2010BlueTheme/Office2010Blue.MSControls.Core.Implicit.xaml" /> <ResourceDictionary Source="Themes/Office2010BlueTheme/Office2010Blue.MSControls.Toolkit.Implicit.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> Here is the full list of support controls: Accordion AutoCompleteBox Button CheckBox ComboBox Expander GridSplitter GroupBox Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TextBox ToggleButton Tooltip That’s All Folks I hope you enjoy this theme and find it useful. Go ahead, download the Infragistics’ Office 2010 Blue Theme for WPF and Silverlight Microsoft Controls and let me know what you think. Be sure to check out the other free themes I have given away. FREE IG Theme for WPF and Silverlight Microsoft Controls FREE Metro Light and Dark Themes for WPF and Silverlight Microsoft Controls After you’ve done that, feel free contact me on my blog, connect with me on Twitter (@brianlagunas), or leave a comment below for any questions or comments you may have.