[]
The border-style property sets the style of an element's four borders.
public enum C1StyleBorderStyle
Public Enum C1StyleBorderStyle
| Name | Description |
|---|---|
| Dashed | Specifies a dashed border. |
| Dotted | Specifies a dotted border. |
| Double | Specifies a double border. |
| Groove | Specifies a 3D grooved border. The effect depends on the border-color value. |
| Hidden | The same as "none", except in border conflict resolution for table elements. |
| Inset | Specifies a 3D inset border. The effect depends on the border-color value. |
| None | Default value. Specifies no border. |
| Outset | Specifies a 3D outset border. The effect depends on the border-color value. |
| Ridge | Specifies a 3D ridged border. The effect depends on the border-color value. |
| Solid | Specifies a solid border. |