Enum
LineDashType

Specifies a preset line dash pattern.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum LineDashType

Fields

Dash

Dash.

Declaration

cs-api-definition
Dash = 0

Field Value

LineDashType

Remarks

pattern: 1111000

DashDot

Dash Dot.

Declaration

cs-api-definition
DashDot = 1

Field Value

LineDashType

Remarks

pattern: 11110001000

Dot

Dot.

Declaration

cs-api-definition
Dot = 2

Field Value

LineDashType

Remarks

pattern: 1000

LargeDash

Large Dash.

Declaration

cs-api-definition
LargeDash = 3

Field Value

LineDashType

Remarks

pattern: 11111111000

LargeDashDot

Large Dash Dot.

Declaration

cs-api-definition
LargeDashDot = 4

Field Value

LineDashType

Remarks

pattern: 111111110001000

LargeDashDotDot

Large Dash Dot Dot.

Declaration

cs-api-definition
LargeDashDotDot = 5

Field Value

LineDashType

Remarks

pattern: 1111111100010001000

Solid

Solid.

Declaration

cs-api-definition
Solid = 6

Field Value

LineDashType

Remarks

pattern: 1

SystemDash

System Dash.

Declaration

cs-api-definition
SystemDash = 7

Field Value

LineDashType

Remarks

pattern: 1110

SystemDashDot

System Dash Dot.

Declaration

cs-api-definition
SystemDashDot = 8

Field Value

LineDashType

Remarks

pattern: 111010

SystemDashDotDot

System Dash Dot Dot.

Declaration

cs-api-definition
SystemDashDotDot = 9

Field Value

LineDashType

Remarks

pattern: 11101010

SystemDot

System Dot.

Declaration

cs-api-definition
SystemDot = 10

Field Value

LineDashType

Remarks

pattern: 10