Hi... I am using ur xamribbon and its good but i should add background image as water mark image in xamribbon.is it possible to add.Plz send a sample application on this which will help me a lot.Water marker should streach from left to right.if possible can we add gradient to that xamribbon (i.e. from light to dark color).
Hello shankarnag,
I have been looking into your requirements and I can suggest you change the Background color of the XamTabitem by overriding its default style. By using the approach described in the following forum thread you can assign to the Background property of the border named “innerContentBorder” any kind of brush including image:
http://forums.infragistics.com/forums/p/57092/292810.aspx
For additional reference please check the attached sample.
If you have any additional questions on this matter, please feel free to ask.
Hi.... thanks for ur response.It is working fine when i didnt specify any theme for xamribbon.But i am using 4 themes which i can change in xamribbon.ApplicationMenu.I am sending the Application in which i haved theme=IgTheme and i haved added image instead of color.It will work fine if i remove theme in xamribbon but it will not work if i add theme in xamribbon.