Class BordersStyle
Specifies the border style of the element.
Inheritance
System.Object
BordersStyle
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class BordersStyle : Enum
Fields
Dashed
Border is a dashed line.
Declaration
public const BordersStyle Dashed
Field Value
| Type |
|---|
| BordersStyle |
Dotted
Border is a dotted line.
Declaration
public const BordersStyle Dotted
Field Value
| Type |
|---|
| BordersStyle |
Double
Border is a double line drawn on top of the background of the object. The sum of the two single lines and the space between them equals the border width value. The border width must be at least 3 pixels wide to draw a double border.
Declaration
public const BordersStyle Double
Field Value
| Type |
|---|
| BordersStyle |
Groove
3-D groove is drawn in colors based on the value.
Declaration
public const BordersStyle Groove
Field Value
| Type |
|---|
| BordersStyle |
Inset
3-D inset is drawn in colors based on the value.
Declaration
public const BordersStyle Inset
Field Value
| Type |
|---|
| BordersStyle |
None
No borders.
Declaration
public const BordersStyle None
Field Value
| Type |
|---|
| BordersStyle |
Outset
3-D outset is drawn in colors based on the value
Declaration
public const BordersStyle Outset
Field Value
| Type |
|---|
| BordersStyle |
Ridge
3-D ridge is drawn in colors based on the value.
Declaration
public const BordersStyle Ridge
Field Value
| Type |
|---|
| BordersStyle |
Solid
Border is a solid line.
Declaration
public const BordersStyle Solid
Field Value
| Type |
|---|
| BordersStyle |