Enum LineStyle
Specifies the border style.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum LineStyleFields
| Name | Description | 
|---|---|
| Cleared | Cleared border. | 
| DashDot | A dash followed by a dot. | 
| DashDotDot | A dash followed by two dots. | 
| DashDotStroked | A dash followed by a dot stroke, thus rendering a border similar to a barber pole. | 
| DashLargeGap | A dash followed by a large gap. | 
| DashSmallGap | A dash followed by a small gap. | 
| Dot | Dots. | 
| Double | Double solid lines. | 
| DoubleWavy | Double wavy solid lines. | 
| Emboss3D | The border appears to have a 3-D embossed look. | 
| Engrave3D | The border appears to have a 3-D engraved look. | 
| Inset | The border appears to be inset. | 
| None | No border. | 
| Outset | The border appears to be outset. | 
| Single | A single solid line. | 
| SingleWavy | A single wavy solid line. | 
| Thick | Additional enums supported in Microsoft word in the XML level as well as by DocIO. | 
| ThickThinLargeGap | An internal single thick solid line surrounded by a single thin solid line with a large gap between them. | 
| ThickThinMediumGap | An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. | 
| ThickThinSmallGap | An internal single thick solid line surrounded by a single thin solid line with a small gap between them. | 
| ThinThickLargeGap | An internal single thin solid line surrounded by a single thick solid line with a large gap between them. | 
| ThinThickMediumGap | An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. | 
| ThinThickSmallGap | An internal single thin solid line surrounded by a single thick solid line with a small gap between them. | 
| ThinThickThinLargeGap | 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. | 
| ThinThickThinMediumGap | 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. | 
| ThinThickThinSmallGap | 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. | 
| Triple | Three solid thin lines. |