LayoutBorder.Style Property
Returns the style of the border line.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public BorderLineStyle Style { get; }
#Property Value
Type | Description |
---|---|
Border |
A Border |
Available values:
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. |