Enum BorderStyle
Specifies the line style of the border.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum BorderStyle
Fields
Name | Description |
---|---|
Cleared | Cleared border. |
DashDotStroker | 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. |
DotDash | A dash followed by a dot. |
DotDotDash | A dash followed by two dots. |
Double | Double solid lines. |
DoubleWave | 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. |
Hairline | Hairline border. |
Inset | The border appears to be inset. |
None | No border. |
Outset | The border appears to be outset. |
Single | A single solid line. |
Thick | Thick solid lines. |
ThickThickThinMediumGap | 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. |
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. |
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. |
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. |
ThinThinSmallGap | An internal single thick solid line surrounded by a single thin solid line with a small gap between them. |
Triple | Three solid thin lines. |
TwistedLines1 | Twisted Lines Art Border. |
Wave | A single wavy solid line. |