File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/WPFDevelopers.Shared/Styles Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5555 <Setter Property =" Background" Value =" Transparent" />
5656 <Setter Property =" Foreground" Value =" {DynamicResource WD.PrimaryTextBrush}" />
5757 <Setter Property =" BorderBrush" Value =" {DynamicResource WD.BaseBrush}" />
58+ <Setter Property =" FontSize" Value =" {Binding RelativeSource={RelativeSource AncestorType=ListBox}, Path=FontSize}" />
59+ <Setter Property =" FontWeight" Value =" {Binding RelativeSource={RelativeSource AncestorType=ListBox}, Path=FontWeight}" />
60+ <Setter Property =" FontFamily" Value =" {Binding RelativeSource={RelativeSource AncestorType=ListBox}, Path=FontFamily}" />
5861 <Setter Property =" Padding" Value =" {Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type ItemsControl}}}" />
5962 <Setter Property =" Template" >
6063 <Setter .Value>
You can’t perform that action at this time.
0 commit comments