Problem with FontWeight="Bold"
Posted: 04 Nov 2013, 16:27
Hi,
In our xaml-File we're trying to create a bold, colored Label like this:
<Label FontWeight="Bold" Foreground="red">Hello</Label>
The Label's color is red, it doesn't appear to be bold, however. We've tried this with other FontWeights and TextBlock, both of which don't work, either.
What are we doing wrong here?
In our xaml-File we're trying to create a bold, colored Label like this:
<Label FontWeight="Bold" Foreground="red">Hello</Label>
The Label's color is red, it doesn't appear to be bold, however. We've tried this with other FontWeights and TextBlock, both of which don't work, either.
What are we doing wrong here?