UnderlineStyle Enum

Definition

Defines constants that specify the look of the underline used for an element.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum UnderlineStyle
Inheritance
UnderlineStyle
Attributes

Fields

Name Value Description
None 0

The element is not underlined.

Single 1

The element is underlined with a single, solid line.

Remarks

This enumeration provides values for the Hyperlink.UnderlineStyle property. For more info, see the Examples and Remarks sections of the Hyperlink class.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also