Edit

TextDecorationLineStyle Enum

Definition

public enum class TextDecorationLineStyle
public enum TextDecorationLineStyle
type TextDecorationLineStyle = 
Public Enum TextDecorationLineStyle
Inheritance
TextDecorationLineStyle

Fields

Name Value Description
Other -1

Another text decoration line style not explicitly specified in the TextDecorationLineStyle enumeration.

None 0

No text decoration line style.

Single 1

Single line.

WordsOnly 2

Words only.

Double 3

Double line.

Dot 4

Dotted line.

Dash 5

Dashed line.

DashDot 6

Alternating dash-dot line.

DashDotDot 7

Alternating dash-dot-dot line.

Wavy 8

Wavy line.

ThickSingle 9

Thick single line.

DoubleWavy 11

Double wavy line.

ThickWavy 12

Thick wavy line.

LongDash 13

Long-dashed line.

ThickDash 14

Thick dashed line.

ThickDashDot 15

Thick alternating dash-dot line.

ThickDashDotDot 16

Thick alternating dash-dot-dot line.

ThickDot 17

Thick dotted line.

ThickLongDash 18

Thick long-dash line.

Applies to