I have a usercontrol with some text in side.
I like to use 2 different font sizes in the user-control.
I like the font sizes to be set by the parent
This works when I use one font-size, and do not use style within the usercontrol.
<ItemsControl ItemsSource="{something}" FontSize="30" />
Can I set more than one font-size, using the FontSize attribute or another way.
Thank you