Enum
UnderlinePattern

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:

cs-api-definition
public enum UnderlinePattern

Fields

Dash

Series of thin dashes beneath text.

Declaration

cs-api-definition
Dash = 7

Field Value

UnderlinePattern

DashDotDotHeavy

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

Declaration

cs-api-definition
DashDotDotHeavy = 14

Field Value

UnderlinePattern

DashDotHeavy

Alternating thick dots and dashes beneath text.

Declaration

cs-api-definition
DashDotHeavy = 12

Field Value

UnderlinePattern

DashLong

Series of long thin dashes beneath text.

Declaration

cs-api-definition
DashLong = 9

Field Value

UnderlinePattern

DashLongHeavy

Series of long thick dashes beneath text.

Declaration

cs-api-definition
DashLongHeavy = 10

Field Value

UnderlinePattern

DashedHeavy

Series of thick dashes beneath text.

Declaration

cs-api-definition
DashedHeavy = 8

Field Value

UnderlinePattern

DotDash

Alternating thin dots and dashes beneath text.

Declaration

cs-api-definition
DotDash = 11

Field Value

UnderlinePattern

DotDotDash

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

Declaration

cs-api-definition
DotDotDash = 13

Field Value

UnderlinePattern

Dotted

Series of thin dots beneath text.

Declaration

cs-api-definition
Dotted = 5

Field Value

UnderlinePattern

DottedHeavy

Series of thick dots beneath text.

Declaration

cs-api-definition
DottedHeavy = 6

Field Value

UnderlinePattern

Double

Two parallel thin lines beneath text.

Declaration

cs-api-definition
Double = 3

Field Value

UnderlinePattern

None

No underline applied to text.

Declaration

cs-api-definition
None = 0

Field Value

UnderlinePattern

Single

Single thin line beneath text.

Declaration

cs-api-definition
Single = 1

Field Value

UnderlinePattern

Thick

Single thick line beneath text.

Declaration

cs-api-definition
Thick = 4

Field Value

UnderlinePattern

Wave

Single thin wavy line beneath text.

Declaration

cs-api-definition
Wave = 15

Field Value

UnderlinePattern

WavyDouble

Two parallel thin wavy lines beneath text.

Declaration

cs-api-definition
WavyDouble = 17

Field Value

UnderlinePattern

WavyHeavy

Single thick wavy line beneath text.

Declaration

cs-api-definition
WavyHeavy = 16

Field Value

UnderlinePattern

Words

Underlines words only, skipping spaces between them.

Declaration

cs-api-definition
Words = 2

Field Value

UnderlinePattern