
Hey guys,
I have a docksite with a white background and a style for documentwindows that looks like this:
<Style TargetType="{x:Type docking:DocumentWindow}">
<Setter Property="TabTintColor" Value="Gray"/>
<Setter Property="TabForeground" Value="Black"/>
<Setter Property="BorderBrush" Value="White"></Setter>
<Setter Property="KeyboardNavigation.TabNavigation" Value="Continue"/>
<Setter Property="IsTabStop" Value="True"/>
</Style>
Unfortunately with this gray on white scheme the little down arrow "active files" button becomes hidden, because it's default color is white. I was wondering which property would allow me to render this button in gray?