
I have a SyntaxEditor instance on my Xaml-based control in my existing WPF application which is a simple application and not created through any actipro wizard.
I need to know how can I apply the theme to it my syntax editor.
I have tried
ThemeManager.CurrenttTheme = "MetroDark";
ThemeManager.SetTheme(mySyntaxEditor, "MetroDark");
None of the above had any effect on the styling and it continues to show the White background.
Please tell me how do I change the theme ?