New to Telerik Document ProcessingStart a free 30-day trial

Defines line styles for text underlines, including solid, dashed, dotted, and wavy patterns in various weights.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum UnderlinePattern

Fields

Series of thin dashes beneath text.

C#
Dash = 7

Repeating pattern of two thick dots and a dash beneath text.

C#
DashDotDotHeavy = 14

Alternating thick dots and dashes beneath text.

C#
DashDotHeavy = 12

Series of thick dashes beneath text.

C#
DashedHeavy = 8

Series of long thin dashes beneath text.

C#
DashLong = 9

Series of long thick dashes beneath text.

C#
DashLongHeavy = 10

Alternating thin dots and dashes beneath text.

C#
DotDash = 11

Repeating pattern of two thin dots and a dash beneath text.

C#
DotDotDash = 13

Series of thin dots beneath text.

C#
Dotted = 5

Series of thick dots beneath text.

C#
DottedHeavy = 6

Two parallel thin lines beneath text.

C#
Double = 3

No underline applied to text.

C#
None = 0

Single thin line beneath text.

C#
Single = 1

Single thick line beneath text.

C#
Thick = 4

Single thin wavy line beneath text.

C#
Wave = 15

Two parallel thin wavy lines beneath text.

C#
WavyDouble = 17

Single thick wavy line beneath text.

C#
WavyHeavy = 16

Underlines words only, skipping spaces between them.

C#
Words = 2