BorderStyle
Wisej.Web.BorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the border style for a control.
public enum BorderStyle : Enum
Fields
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
Returns or sets the border style of the button control.
Returns or sets the type of border that is drawn around the DateTimePicker.
Indicates the border style for the control.
Returns or sets the type of border that is drawn around the ListControl.
Returns or sets the type of border that is drawn around the MonthCalendar.
Indicates the border style for the control.
Indicates the border style for the control.
Indicates the border style for the control.
Returns or sets the style of border for the SplitContainer.
Indicates the border style for the control.
Returns or sets the border type of the text box control.
Returns or sets the border style for the spin box (also known as an up-down control).
Returns or sets the border style of the user control.
Indicates the border style for the control.
Returns or sets the border style for the DataGridView.
Returns or sets the border style for the DataRepeater control.
Returns or sets the border style for the items in a DataRepeater control.
Returns or sets the type of border that is drawn around the Accordion panel.
Indicates the border style for the control.
Indicates the border style for the control.
Indicates the border style for the control.
Indicates the border style for the control.
Indicates the border style for the control.
Indicates the border style for the control.
Returns or sets the type of border that is drawn around the SlideBar control.
Indicates the border style for the control.
Returns or sets the border style of the control.
Returns or sets the border style of the MenuBar control.
Indicates the border style for the property grid.
Returns or sets the border style of the toolbar control.
Gets or sets the border style of the tree view control.
Indicates the border style for the control.
Sets the BorderStyle property of the specified Button.
Sets the BorderStyle property of the specified MonthCalendar.
Sets the BorderStyle property of the specified PictureBox.
Sets the border style of the specified progress bar.
Sets the border style of the specified ToolBar.
Sets the BorderStyle property of the specified UpDown control.
Sets the BorderStyle property of the specified TabControl.
Sets the BorderStyle property of the specified Label.
Sets the BorderStyle property of the specified SplitContainer.
Sets the border style of the specified TextBoxBase.
Sets the BorderStyle property of the specified ListControl.
Sets the BorderStyle property of the specified WebBrowser.
Last updated
Was this helpful?