New to Telerik UI for WPFStart a free 30-day trial

Specifies a preset line dash pattern.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public enum LineDashType

Fields

Dash.

C#
Dash = 0
Remarks:

pattern: 1111000

Dash Dot.

C#
DashDot = 1
Remarks:

pattern: 11110001000

Dot.

C#
Dot = 2
Remarks:

pattern: 1000

Large Dash.

C#
LargeDash = 3
Remarks:

pattern: 11111111000

Large Dash Dot.

C#
LargeDashDot = 4
Remarks:

pattern: 111111110001000

Large Dash Dot Dot.

C#
LargeDashDotDot = 5
Remarks:

pattern: 1111111100010001000

Solid.

C#
Solid = 6
Remarks:

pattern: 1

System Dash.

C#
SystemDash = 7
Remarks:

pattern: 1110

System Dash Dot.

C#
SystemDashDot = 8
Remarks:

pattern: 111010

System Dash Dot Dot.

C#
SystemDashDotDot = 9
Remarks:

pattern: 11101010

System Dot.

C#
SystemDot = 10
Remarks:

pattern: 10