Hi,
This question was previously addressed but the sample application no longer exist.
I have added
"/Syncfusion.Shared.WPF;component/SkinManager/SkinManager.xaml"/>
to the UserControl.Resources section of the XAML but with no effect.
What else do I need to do to get my UserControl to skin with the rest of the application.
Thanks
Andre
MM
Mageshyadav M
Syncfusion Team
September 22, 2010 01:40 PM UTC
Hi Andre,
For 8.3.0.22 we have changed the entire Skin Manager logic. So you cannot use the SkinManager.xaml no more. Instead to apply skin to your UserControl content, you can merge the particular Theme dictionary as follows,
1) Blend Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/BlendStyle.xaml"/>
2) Office2003 Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/Office2003Style.xaml"/>
3) Office2007Black Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/Office2007BlackStyle.xaml"/>
4) Office2007Silver Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/Office2007SilverStyle.xaml"/>
5) Office2007Blue Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/Office2007BlueStyle.xaml"/>
6) Default Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/DefaultStyle.xaml"/>
7) ShinyRed Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/ShinyRedStyle.xaml"/>
8) ShinyBlue Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/ShinyBlueStyle.xaml"/>
9) SyncOrange Theme :
"/Syncfusion.Shared.WPF;component/SkinManager/SyncOrangeStyle.xaml"/>
Also you can use our VisualStyle property to set the respective visualstyles.
Regards,
Mageshyadav.M
AV
Andre van Staden
September 28, 2010 05:56 AM UTC
Thanks
AV
Andre van Staden
September 28, 2010 05:56 AM UTC
Thanks
MM
Mageshyadav M
Syncfusion Team
September 29, 2010 03:58 AM UTC
Hi Andre,
Thanks for your comments.
Regards,
Mageshyadav.M