Version

UnderlineType Enumeration

Determines what type of underline to draw in a run of text..
Syntax
'Declaration
 
Public Enum UnderlineType 
   Inherits System.Enum
public enum UnderlineType : System.Enum 
Members
MemberDescription
DashA dashed line
DashDotDotHeavyA line with a heavy repeating dot-dot-dash pattern
DashDotHeavyA line with a heavy repeating dot-dash pattern
DashedHeavyA heavy dashed lines
DashLongA line with long dashes
DashLongHeavyA line with long heavy dashes
DotDashA line with a repeating dot-dash pattern
DotDotDashA line with a repeating dot-dot-dash pattern
DottedA dotted line
DottedHeavyA heavy dotted line
DoubleA double line
NoneNo underline
SingleA single line
ThickA thick single line
WaveA mavy line
WavyDoubleA double mavy line
WavyHeavyA heavy mavy line
WordsA single line under only words, i.e. not whitespace
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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