TableBorderLineStyle Enum
List line styles used for table borders.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Nil | No border. |
None | No border. |
Single | A single solid line. |
Thick | Single line. |
Double | Double solid lines. |
Dotted | Dots. |
Dashed | Dashes. |
Dot |
A dash followed by a dot. |
Dot |
A dash followed by two dots. |
Triple | Triple line. |
Thin |
An internal single thin solid line surrounded by a single thick solid line with a small gap between them. |
Thick |
An internal single thick solid line surrounded by a single thin solid line with a small gap between them. |
Thin |
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. |
Thin |
An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. |
Thick |
An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. |
Thin |
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. |
Thin |
An internal single thin solid line surrounded by a single thick solid line with a large gap between them. |
Thick |
An internal single thick solid line surrounded by a single thin solid line with a large gap between them. |
Thin |
An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. |
Wave | Wavy line. |
Double |
Double wavy solid lines. |
Dash |
A dash followed by a small gap. |
Dash |
A series of alternating thin and thick strokes, resembling a barber pole. |
Three |
A line border consisting of three staged gradient lines around the cell, getting darker towards the cell. |
Three |
A line border consisting of three staged gradient lines around the cell, getting darker away from the cell. |
Outset | The border appears to be outset. |
Inset | The border appears to be inset. |
#Passed To
You can pass TableBorderLineStyle values to the following properies:
#Remarks
To specify the line style for a table or a cell border, use the TableBorder.LineStyle or the TableCellBorder.LineStyle properties respectively.