Enum BordersStyle
Specifies the border style of the element.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public enum BordersStyle
Fields
Name | Description |
---|---|
Dashed | Border is a dashed line. |
Dotted | Border is a dotted line. |
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. |
Groove | 3-D groove is drawn in colors based on the value. |
Inset | 3-D inset is drawn in colors based on the value. |
None | No borders. |
Outset | 3-D outset is drawn in colors based on the value |
Ridge | 3-D ridge is drawn in colors based on the value. |
Solid | Border is a solid line. |