|
94 | 94 | TargetType="{x:Type GridViewColumnHeader}">
|
95 | 95 | <Setter Property="HorizontalContentAlignment" Value="Left" />
|
96 | 96 | <Setter Property="VerticalContentAlignment" Value="Center" />
|
97 |
| - <Setter Property="FontWeight" Value="ExtraBlack" /> |
98 | 97 | <Setter Property="Background" Value="{DynamicResource WD.BackgroundBrush}" />
|
99 | 98 | <Setter Property="BorderBrush" Value="{DynamicResource WD.BaseBrush}" />
|
100 | 99 | <Setter Property="BorderThickness" Value="0,0,0,1" />
|
| 100 | + <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontSize}" /> |
| 101 | + <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontWeight}" /> |
| 102 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontFamily}" /> |
101 | 103 | <Setter Property="Padding" Value="{Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ItemsControl}}}" />
|
102 | 104 | <Setter Property="Template">
|
103 | 105 | <Setter.Value>
|
|
197 | 199 | <Setter Property="Background" Value="Transparent" />
|
198 | 200 | <Setter Property="BorderBrush" Value="{DynamicResource WD.BaseBrush}" />
|
199 | 201 | <Setter Property="BorderThickness" Value="0,0,0,1" />
|
| 202 | + <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontSize}" /> |
| 203 | + <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontWeight}" /> |
| 204 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=ListView}, Path=FontFamily}" /> |
200 | 205 | <Setter Property="Padding" Value="{Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ItemsControl}}}" />
|
201 | 206 | <Setter Property="Template">
|
202 | 207 | <Setter.Value>
|
|
0 commit comments