TextUnderlineType

TextUnderlineType enumeration

Represents the type of text underline.

public enum TextUnderlineType : sbyte

Values

NameValueDescription
NotDefined-1
None0
Words1
Single2
Double3
Heavy4
Dotted5
HeavyDotted6
Dashed7
HeavyDashed8
LongDashed9
HeavyLongDashed10
DotDash11
HeavyDotDash12
DotDotDash13
HeavyDotDotDash14
Wavy15
HeavyWavy16
DoubleWavy17

See Also