Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 668 Bytes

hyperlink_underlinestyle.md

File metadata and controls

23 lines (16 loc) · 668 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.Hyperlink.UnderlineStyle
winrt property

Microsoft.UI.Xaml.Documents.Hyperlink.UnderlineStyle

-description

Gets or sets a value that indicates what kind of underline is shown under the hyperlink.

-property-value

An enumeration value that specifies what kind of underline is shown. The default is Single.

-remarks

By default, Hyperlink elements are underlined with a single, solid line. To turn off the underline, set this property to None.

-examples

-see-also