Version

Underline Enumeration

Constants which define the manner in which text is underlined.
Syntax
'Declaration
 
Public Enum Underline 
   Inherits System.Enum
public enum Underline : System.Enum 
Members
MemberDescription
DashSpecifies an underline consisting of a dashed line beneath all characters.
DashDotDotHeavySpecifies an underline consisting of a series of thick dash, dot, dot characters beneath all characters.
DashDotHeavySpecifies an underline consisting of a series of thick dash, dot characters beneath all characters.
DashedHeavySpecifies an underline consisting of a series of thick dashes beneath all characters in this run.
DashLongSpecifies an underline consisting of long dashed characters beneath all characters.
DashLongHeavySpecifies an underline consisting of thick long dashed characters beneath all characters.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
DotDashSpecifies an underline consisting of a series of dash, dot characters beneath all characters.
DotDotDashSpecifies an underline consisting of a series of dash, dot, dot characters beneath all characters.
DottedSpecifies an underline consisting of a series of dot characters beneath all characters.
DottedHeavySpecifies an underline consisting of a series of thick dot characters beneath all characters.
DoubleSpecifies an underline consisting of two lines beneath all characters.
NoneNo underline.
SingleSpecifies an underline consisting of a single line beneath all characters.
ThickSpecifies an underline consisting of a single thick line beneath all characters.
WaveSpecifies an underline consisting of a single wavy line beneath all characters.
WavyDoubleSpecifies an underline consisting of a pair of wavy lines beneath all characters.
WavyHeavySpecifies an underline consisting of a single thick wavy line beneath all characters.
WordsSpecifies an underline consisting of a single line beneath all non-space characters in the run. No underline appears beneath any space character (breaking or non-breaking).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also