EnumLineDashType
Enum
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
DashDot
Dash Dot.
LargeDash
Large Dash.
LargeDashDot
Large Dash Dot.
Declaration
cs-api-definition
LargeDashDot = 4
Field Value
Remarks
pattern: 111111110001000
LargeDashDotDot
Large Dash Dot Dot.
Declaration
cs-api-definition
LargeDashDotDot = 5
Field Value
Remarks
pattern: 1111111100010001000
SystemDash
System Dash.
SystemDashDot
System Dash Dot.
SystemDashDotDot
System Dash Dot Dot.
Declaration
cs-api-definition
SystemDashDotDot = 9
Field Value
Remarks
pattern: 11101010
SystemDot
System Dot.