<DataGrid>
<DataGrid.ColumnHeaderStyle>
<Style
TargetType="DataGridColumnHeader">
<Setter
Property="HorizontalContentAlignment" Value="Center">
</Setter>
</Style>
</DataGrid.ColumnHeaderStyle>
</DataGrid>
转载于:https://blog.51cto.com/11027815/1842463