The System.Web.UI.WebControls.BorderStyle enumeration represents the different border style options for a control.
The width of the border is controlled by using the WebControl.BorderWidth property of the System.Web.UI.WebControls.WebControl class.
When using the BorderStyle.Double style, the border width you specify must be at least 3 pixels wide to accommodate both lines and the space in between.