The Border Style property configures the border style of the control.
| Control | Property Type | Default Value |
|---|---|---|
| 3D Preview Box | Fixed | Inset3D |
| Data Table | Fixed | SingleLine |
| Label | Static A rule can be built for this property by changing the type to dynamic.
| None |
| Picture Box | Fixed | None |
This property can the following values:
Hierarchical Reference: ControlName.BorderStyle

| 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 and 3D Preview Box 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. |
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).