# BorderStyle

URL: https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.borderstyle

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Specifies the border style for a control.

- C# - VB.NET

```csharp
public enum BorderStyle : Enum
```

```visual
Public Enum BorderStyle As [Enum]
```

## Fields

| Name | Description | **Dashed** | A dashed line border. | **Dotted** | A dotted line border. | **Double** | A double solid line border. | **None** | No border. | **Solid** | A solid line border. 

## Used By

| Name | Description | [Button.BorderStyle](/api/wisej.web/buttons/button/#borderstyle) | Returns or sets the border style of the button control. | [DateTimePicker.BorderStyle](/api/wisej.web/editors/wisej.web.datetimepicker#borderstyle) | Returns or sets the type of border that is drawn around the [DateTimePicker](/api/wisej.web/editors/wisej.web.datetimepicker) . | [Label.BorderStyle](/api/wisej.web/content/wisej.web.label#borderstyle) | Indicates the border style for the control. | [ListControl.BorderStyle](/api/wisej.web/lists-and-grids/listcontrol/#borderstyle) | Returns or sets the type of border that is drawn around theListControl . | [MonthCalendar.BorderStyle](/api/wisej.web/editors/monthcalendar/#borderstyle) | Returns or sets the type of border that is drawn around theMonthCalendar . | [Panel.BorderStyle](/api/wisej.web/containers/wisej.web.panel#borderstyle) | Indicates the border style for the control. | [PictureBox.BorderStyle](/api/wisej.web/content/wisej.web.picturebox#borderstyle) | Indicates the border style for the control. | [ProgressBar.BorderStyle](/api/wisej.web/content/wisej.web.progressbar#borderstyle) | Indicates the border style for the control. | [SplitContainer.BorderStyle](/api/wisej.web/containers/splitcontainer/#borderstyle) | Returns or sets the style of border for theSplitContainer . | [TabControl.BorderStyle](/api/wisej.web/containers/tabcontrol/#borderstyle) | Indicates the border style for the control. | [TextBoxBase.BorderStyle](/api/wisej.web/editors/wisej.web.textboxbase#borderstyle) | Returns or sets the border type of the text box control. | [UpDownBase.BorderStyle](/api/wisej.web/editors/wisej.web.updownbase#borderstyle) | Returns or sets the border style for the spin box (also known as an up-down control). | [UserControl.BorderStyle](/api/wisej.web/containers/wisej.web.usercontrol#borderstyle) | Returns or sets the border style of the user control. | [WebBrowser.BorderStyle](/api/wisej.web/content/webbrowser/#borderstyle) | Indicates the border style for the control. | [DataGridView.BorderStyle](/api/wisej.web/lists-and-grids/datagridview/#borderstyle) | Returns or sets the border style for theDataGridView . | [DataRepeater.BorderStyle](/api/wisej.web/containers/datarepeater/#borderstyle) | Returns or sets the border style for theDataRepeater control. | [DataRepeater.ItemBorderStyle](/api/wisej.web/containers/datarepeater/#itemborderstyle) | Returns or sets the border style for the items in aDataRepeater control. | [Accordion.BorderStyle](/api/wisej.web/containers/accordion/#borderstyle) | Returns or sets the type of border that is drawn around theAccordion panel. | [Canvas.BorderStyle](/api/wisej.web/content/canvas/#borderstyle) | Indicates the border style for the control. | [FlashPlayer.BorderStyle](/api/wisej.web/media/flashplayer/#borderstyle) | Indicates the border style for the control. | [HtmlPanel.BorderStyle](/api/wisej.web/content/htmlpanel/#borderstyle) | Indicates the border style for the control. | [IFramePanel.BorderStyle](/api/wisej.web/content/wisej.web.iframepanel#borderstyle) | Indicates the border style for the control. | [Media.BorderStyle](/api/wisej.web/media/media/#borderstyle) | Indicates the border style for the control. | [PdfViewer.BorderStyle](/api/wisej.web/content/pdfviewer/#borderstyle) | Indicates the border style for the control. | [SlideBar.BorderStyle](/api/wisej.web/containers/wisej.web.slidebar#borderstyle) | Returns or sets the type of border that is drawn around the [SlideBar](/api/wisej.web/containers/wisej.web.slidebar) control. | [Widget.BorderStyle](/api/wisej.web/content/widget/#borderstyle) | Indicates the border style for the control. | [ListView.BorderStyle](/api/wisej.web/lists-and-grids/listview/#borderstyle) | Returns or sets the border style of the control. | [MenuBar.BorderStyle](/api/wisej.web/menus/wisej.web.menubar#borderstyle) | Returns or sets the border style of the [MenuBar](/api/wisej.web/menus/wisej.web.menubar) control. | [PropertyGrid.BorderStyle](/api/wisej.web/lists-and-grids/propertygrid/#borderstyle) | Indicates the border style for the property grid. | [ToolBar.BorderStyle](/api/wisej.web/containers/toolbar/#borderstyle) | Returns or sets the border style of the toolbar control. | [TreeView.BorderStyle](/api/wisej.web/lists-and-grids/treeview/#borderstyle) | Gets or sets the border style of the tree view control. | [MdiTabProperties.BorderStyle](/api/wisej.web/containers/form/wisej.web.mditabproperties#borderstyle) | Indicates the border style for the control. | [ButtonExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.buttonextensions#borderstyle-button-borderstyle) | Sets the BorderStyle property of the specifiedButton . | [MonthCalendarExtenestions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.monthcalendarextenestions#borderstyle-monthcalendar-borderstyle) | Sets the BorderStyle property of the specifiedMonthCalendar . | [PictureBoxExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.pictureboxextensions#borderstyle-picturebox-borderstyle) | Sets the BorderStyle property of the specified [PictureBox](/api/wisej.web/content/wisej.web.picturebox) . | [ProgressBarExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.progressbarextensions#borderstyle-progressbar-borderstyle) | Sets the border style of the specified progress bar. | [ToolBarExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.toolbarextensions#borderstyle-toolbar-borderstyle) | Sets the border style of the specifiedToolBar . | [UpDownControlExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.updowncontrolextensions#borderstyle-updowncontrol-borderstyle) | Sets the BorderStyle property of the specified UpDown control. | [TabControlExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.tabcontrolextensions#borderstyle-tabcontrol-borderstyle) | Sets the BorderStyle property of the specifiedTabControl . | [LabelExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.labelextensions#borderstyle-label-borderstyle) | Sets the BorderStyle property of the specified [Label](/api/wisej.web/content/wisej.web.label) . | [SplitterControlExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.splittercontrolextensions#borderstyle-splitcontainer-borderstyle) | Sets the BorderStyle property of the specifiedSplitContainer . | [TextBoxExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.textboxextensions#borderstyle-textbox-borderstyle) | Sets the border style of the specified [TextBoxBase](/api/wisej.web/editors/wisej.web.textboxbase) . | [ListControlExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.listcontrolextensions#borderstyle-listcontrol-borderstyle) | Sets the BorderStyle property of the specifiedListControl . | [WebBrowserExtensions.BorderStyle](/api/wisej.web.markup/extensions/wisej.web.markup.webbrowserextensions#borderstyle-webbrowser-borderstyle) | Sets the BorderStyle property of the specifiedWebBrowser .
