BorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the border style for a control.
- C#
- VB.NET
public enum BorderStyle : Enum
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 | Returns or sets the border style of the button control. |
| DateTimePicker.BorderStyle | Returns or sets the type of border that is drawn around the DateTimePicker. |
| Label.BorderStyle | Indicates the border style for the control. |
| ListControl.BorderStyle | Returns or sets the type of border that is drawn around the ListControl. |
| MonthCalendar.BorderStyle | Returns or sets the type of border that is drawn around the MonthCalendar. |
| Panel.BorderStyle | Indicates the border style for the control. |
| PictureBox.BorderStyle | Indicates the border style for the control. |
| ProgressBar.BorderStyle | Indicates the border style for the control. |
| SplitContainer.BorderStyle | Returns or sets the style of border for the SplitContainer. |
| TabControl.BorderStyle | Indicates the border style for the control. |
| TextBoxBase.BorderStyle | Returns or sets the border type of the text box control. |
| UpDownBase.BorderStyle | Returns or sets the border style for the spin box (also known as an up-down control). |
| UserControl.BorderStyle | Returns or sets the border style of the user control. |
| WebBrowser.BorderStyle | Indicates the border style for the control. |
| DataGridView.BorderStyle | Returns or sets the border style for the DataGridView. |
| DataRepeater.BorderStyle | Returns or sets the border style for the DataRepeater control. |
| DataRepeater.ItemBorderStyle | Returns or sets the border style for the items in a DataRepeater control. |
| Accordion.BorderStyle | Returns or sets the type of border that is drawn around the Accordion panel. |
| Canvas.BorderStyle | Indicates the border style for the control. |
| FlashPlayer.BorderStyle | Indicates the border style for the control. |
| HtmlPanel.BorderStyle | Indicates the border style for the control. |
| IFramePanel.BorderStyle | Indicates the border style for the control. |
| Media.BorderStyle | Indicates the border style for the control. |
| PdfViewer.BorderStyle | Indicates the border style for the control. |
| SlideBar.BorderStyle | Returns or sets the type of border that is drawn around the SlideBar control. |
| Widget.BorderStyle | Indicates the border style for the control. |
| ListView.BorderStyle | Returns or sets the border style of the control. |
| MenuBar.BorderStyle | Returns or sets the border style of the MenuBar control. |
| PropertyGrid.BorderStyle | Indicates the border style for the property grid. |
| ToolBar.BorderStyle | Returns or sets the border style of the toolbar control. |
| TreeView.BorderStyle | Gets or sets the border style of the tree view control. |
| MdiTabProperties.BorderStyle | Indicates the border style for the control. |