How can I change the Title background color of an LayoutAnchorable?
<avalonDock:LayoutRoot><avalonDock:LayoutPanelOrientation="Horizontal"><avalonDock:LayoutAnchorablePaneDockWidth="300"><avalonDock:LayoutAnchorablex:Name="objectExplorer"Title="Explorador de Objeto"AutoHideWidth="300"CanClose="False"><Grid>
I tried
<avalonDock:DockingManager.Resources><StyleTargetType="avalonDock:LayoutAnchorableControl"><SetterProperty="Background"Value="Black"/></Style></avalonDock:DockingManager.Resources>
But the Background belongs to the entire LayoutAnchorableControl... I want to change only the Title background