Class LineDashType
Specifies a preset line dash pattern.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class LineDashType : Enum
Fields
Dash
DashDot
Dash Dot.
Declaration
public const LineDashType DashDot
Field Value
LineDashType
|
Remarks
pattern: 11110001000
Dot
LargeDash
Large Dash.
Declaration
public const LineDashType LargeDash
Field Value
LineDashType
|
Remarks
pattern: 11111111000
LargeDashDot
Large Dash Dot.
Declaration
public const LineDashType LargeDashDot
Field Value
LineDashType
|
Remarks
pattern: 111111110001000
LargeDashDotDot
Large Dash Dot Dot.
Declaration
public const LineDashType LargeDashDotDot
Field Value
LineDashType
|
Remarks
pattern: 1111111100010001000
Solid
SystemDash
System Dash.
Declaration
public const LineDashType SystemDash
Field Value
LineDashType
|
Remarks
pattern: 1110
SystemDashDot
System Dash Dot.
Declaration
public const LineDashType SystemDashDot
Field Value
LineDashType
|
Remarks
pattern: 111010
SystemDashDotDot
System Dash Dot Dot.
Declaration
public const LineDashType SystemDashDotDot
Field Value
LineDashType
|
Remarks
pattern: 11101010
SystemDot
System Dot.
Declaration
public const LineDashType SystemDot
Field Value
LineDashType
|
Remarks
pattern: 10
value__
Declaration
public int value__
Field Value
System.Int32
|