hi
how can i set a style like office10s outlookbar, to the XamOutlook bar??
Great , that you managed to setup the theme ! How do you find it? Only that theme is available at the moment , but we will add new in the future !
Regards, Nikola.
It worked!!!Thanks
Last question.. are there other themes for XamOutLookBar avaliable?
Thanks again
bye
If you are using 10.3 (the version that supporst office 2010 blue themes) you should find shortcut for themes from Start Menu ... Infragistics > NetAdvantage 2010.3 > Silverlight > Themes > Open Themes Folder
Regards, Nikola .
Where can i find the 3 files below???
- Office2010Blue.xamDialogWindow.xaml
- Office2010Blue.xamMenu.xaml
- Office2010Blue.xamOutlookBar.xaml
Hello jadugar,
If you want to set the office 2010 Blue theme for XamOutlookBar you will have to do the following steps :
1. Add the following xaml files in a folder called "CustomFolder" in your project
2. Add ResourceDictionaries to App.xaml
<Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="CustomFolder/Office2010Blue.xamOutlookBar.xaml"/> <ResourceDictionary Source="CustomFolder/Office2010Blue.xamMenu.xaml"/> <ResourceDictionary Source="CustomFolder/Office2010Blue.xamDialogWindow.xaml"/> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources>
When you start the application , you should have the theme applied . Hope that helps to you !
Regards , Nikola