Odyssey outlook bar has three themes. How can I change theme for it in XAML?
A:
I found solution myself:
OutlookBar bar = new OutlookBar();
bar.Resources = Odyssey.Controls.Classes.SkinManager.WindowsSeven;
Polaris
2010-07-01 11:42:30