开发者

Odyssey Outlook bar

开发者 https://www.devze.com 2022-12-26 05:55 出处:网络
Odyssey outlook bar has three themes. How can I c开发者_JAVA百科hange theme for it in XAML?I found solution myself:

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;
0

精彩评论

暂无评论...
验证码 换一张
取 消