We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Lime Theme

Hi!
First time user of Syncfusion Controls so still getting the hang of everything :-)
So, this page:
http://help.syncfusion.com/wpf/themes/getting-started
States the default themes, of which Lime is one of them - but I can't get it to work on my Window.
I can get the Blend Style (or Shiny Red) to run by using:
xmlns:syncfusion="http://schemas.syncfusion.com/wpf" syncfusion:SkinStorage.VisualStyle="Blend"
...
And




...
What is the correct combination to get the Lime Theme to work?
Many thanks!
Apologies for the n00b question!!

4 Replies

DF Daniel Fowler July 10, 2016 08:43 PM UTC


Ok, that just screwed up my question formatting - question should have said:




Hi!

First time user of Syncfusion Controls so still getting the hang of everything :-)

So, this page:
http://help.syncfusion.com/wpf/themes/getting-started

States the default themes, of which Lime is one of them - but I can't get it to work on my Window.
I can get the Blend Style (or Shiny Red) to run by using:

<syncfusion:ChromelessWindow
         xmlns:syncfusion="http://schemas.syncfusion.com/wpf" syncfusion:SkinStorage.VisualStyle="Blend"
         ...

And
    <Window.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="/syncfusion.Shared.WPF;component/SkinManager/BlendStyle.xaml" />
                   ...
What is the correct combination to get the Lime Theme to work?

Many thanks!

Apologies for the n00b question!!


VR Venkateshwaran Ramdoss Syncfusion Team July 11, 2016 12:13 PM UTC

Hi Daniel,

Thank you for contacting Syncfusion Support.

We have checked your code example. In this, you have used SkinManager theme. The "Lime" theme is in SfSkinManager and VisualStyle is set to SfSkinManager Lime theme by the following steps.

1) Adding the Syncfusion.Themes.Lime.WPF and Syncfusion.SfSkinManager.WPF assemblies in References.
2) Include an xml namespace for the assembly to the Main window (xmlns:syncfusionskin="clr-namespace:Syncfusion.SfSkinManager;assembly=Syncfusion.SfSkinManager.WPF").
3) Set the VisualStyle as Lime(syncfusionskin:SfSkinManager.VisualStyle="Lime")

As mentioned in your previous update, you can refer the below documentation link for applying SfSkinManager themes.

Documentation Link: http://help.syncfusion.com/wpf/themes/getting-started  

Regards,
Venkateshwaran V.R.



DF Daniel Fowler July 19, 2016 09:57 AM UTC

Sorry for the late reply - got dragged into something else.

OK, thanks for the information - issue closed.


VR Vijayalakshmi Roopkumar Syncfusion Team July 20, 2016 08:48 AM UTC

Hi Daniel,

Thank you for update,

Please let us know if you need any further assistance on this.

Regards,
Vijayalakshmi V.R.

Loader.
Live Chat Icon For mobile
Up arrow icon