UnderlineType

UnderlineType enumeration

Underline type

public enum UnderlineType : byte

Values

NameValueDescription
Unknown0Unknown underline type
Single1Single line
WordsOnly2Words only
Double3Double underline type
Dotted4Dotted underline type
Thick6Thick underline type
Dash7Dash underline type
DotDash9DotDash underline type
DotDotDash10DotDotDash underline type
Wave11Wave underline type
ThickWave16ThickWave underline type
ThickDot17ThickDot underline type
ThickDash18ThickDash underline type
ThickDotDash19ThickDotDash underline type
ThickDotDotDash20ThickDotDotDash underline type
LongDash21LongDash underline type
ThickLongDash22ThickLongDash underline type
DoubleWave23DoubleWave underline type

See Also