Windows.UI.Xaml.Documents.Underline
June 22, 2022 ยท View on GitHub
-description
Provides an inline-level content element that causes content to render with an underlined text decoration.
-xaml-syntax
<Underline ...>text</Underline>
-remarks
-examples
<TextBlock>Text can be <Bold>bold</Bold>, <Underline>underlined</Underline>,
<Italic>italic</Italic>, or a <Bold><Italic>combination</Italic></Bold>.</TextBlock>