RichEditDashStyle Enum
Lists styles of dashed lines drawn with the RichEditPenBase object and its descendants.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Solid
|
Specifies a solid line. |
Dash
|
Specifies a dashed line. |
Dot
|
Specifies a dotted line. |
DashDot
|
Specifies a dash-dot line. |
DashDotDot
|
Specifies a line with a repeating dash-dot-dot pattern. |
Remarks
The RichEditDashStyle enumeration is specified as the value of the RichEditPenBase.DashStyle property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the RichEditDashStyle enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.