Expression_Dark theme is only for RadTabControl. Anyway to apply it to normal TabControl? (Can't use RadTabControl due to its buggy behvior in PRISM as a region).
Following in the markup doesn't work because there is no key defined in Expression_Dark theme for normal tabcontrol
Following in the markup doesn't work because there is no key defined in Expression_Dark theme for normal tabcontrol
<Style TargetType="{x:Type TabControl}" BasedOn="{StaticResource {telerik:ThemeResourceKey ThemeType=telerik:Expression_DarkTheme, ElementType=TabControl}}" />