Write down xaml for a textblock that has its text underlined
Pavan R Bhupalam
use this in TextBlock. TextDecorations="Underline"
for textblock you can use TextDecorations="Underline" to make text underline.
Testing Text Underline
C-SharpCorner