Odyssey Outlook bar
Odyssey outlook bar has three themes. How can I c开发者_JAVA百科hange theme for it in XAML?
I found solution myself:
OutlookBar bar = new OutlookBar();
bar.Resources = Odyssey.Controls.Classes.SkinManager.WindowsSeven;
The example code does the following:
SkinManager.SkinId = SkinId.OfficeBlack;
精彩评论