Hi,
I try change the font (style, size, color, ...) to all documentwindow header (title).
do you have a sample to do this ?
thanks
edit:
my last try is, but doesnt works:
<Style TargetType="docking:DocumentWindow">
<Setter Property="TabbedMdiTabContextContentTemplate">
<Setter.Value>
<DataTemplate>
<TextBlock Text="{Binding RelativeSource={x:Static RelativeSource.Self}, Path=TabText}" FontSize="20" Foreground="Red" />
</DataTemplate>
</Setter.Value>
</Setter>
</Style>
[Modified 8 years ago]