You should use the property “TextDecorations” of the TextBlock. Like that:
<TextBlock Text="H" TextDecorations="Underline"/>
You should use the property “TextDecorations” of the TextBlock. Like that:
<TextBlock Text="H" TextDecorations="Underline"/>