views:

85

answers:

1

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