Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 661 Bytes

File metadata and controls

31 lines (22 loc) · 661 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Documents.Underline
winrt class

Microsoft.UI.Xaml.Documents.Underline

-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>

-see-also

Span