RichEditDashStyle Enum
Lists styles of dashed lines drawn with the RichEditPenBase object and its descendants.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description | Example |
---|---|---|
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. |
Related API Members
The following properties accept/return RichEditDashStyle values:
Remarks
The RichEditDashStyle enumeration is specified as the value of the RichEditPenBase.DashStyle property.
See Also