File tree 1 file changed +2
-0
lines changed
src/WPFDevelopers.Shared/Styles
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 309
309
<Setter Property =" BorderThickness" Value =" 0" />
310
310
<Setter Property =" Background" Value =" {DynamicResource WD.PlaceholderTextBrush}" />
311
311
<Setter Property =" FontSize" Value =" {Binding FontSize, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
312
+ <Setter Property =" FontFamily" Value =" {Binding FontFamily, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
313
+ <Setter Property =" FontWeight" Value =" {Binding FontWeight, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
312
314
<Setter Property =" HorizontalContentAlignment" Value =" {Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
313
315
<Setter Property =" VerticalContentAlignment" Value =" {Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
314
316
<Setter Property =" Foreground" Value =" {Binding Foreground, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
You can’t perform that action at this time.
0 commit comments