I set StyleManager.ApplicationTheme to office_blue. It all works as expected.
I even create my own control and call StyleManager.SetTheme(this, StyleManager.ApplicationTheme) and all my controls (button, TextBox, ... ) everything is as it should be.
But i want more:
I want to paint stackpanel or Border or anything else.
For example. I want to style Border as it is styled RadToolBar. (image 1)
Or i want that Button is styled as RadButton.
I even create my own control and call StyleManager.SetTheme(this, StyleManager.ApplicationTheme) and all my controls (button, TextBox, ... ) everything is as it should be.
But i want more:
I want to paint stackpanel or Border or anything else.
For example. I want to style Border as it is styled RadToolBar. (image 1)
Or i want that Button is styled as RadButton.