The Border Style property configures the border style of the control.
Property Type: Fixed
Default Value:
This property has the following values:
Hierarchical Reference: ControlName.BorderStyle
Border Style Property Value | Result |
---|---|
None | Displays no border around the perimeter of the control |
Single Line | Displays a fixed width, dark line (approx 1 pixel wide) around the perimeter of the control |
Inset3D
(Picture Box control only) | Displays a fixed width, dark outer line with a fixed width, lighter inner line along the left and top edges of the control. The remaining edges have a lighter fixed width line. This gives a 3D border appearance to the control. |
A type of control property where the value can only be set in the Form Designer (not by a rule).