Polaris
Polaris

Reputation: 3793

Odyssey Outlook bar

Odyssey outlook bar has three themes. How can I change theme for it in XAML?

Upvotes: 1

Views: 794

Answers (2)

user1016736
user1016736

Reputation: 398

The example code does the following:

SkinManager.SkinId = SkinId.OfficeBlack;

Upvotes: 0

Polaris
Polaris

Reputation: 3793

I found solution myself:

OutlookBar bar = new OutlookBar();
bar.Resources = Odyssey.Controls.Classes.SkinManager.WindowsSeven;

Upvotes: 1

Related Questions