Home Search

DriveWorks Pro 23

Send Feedback

Border Style

The Border Style property configures the border style of the control.

ControlProperty TypeDefault Value
3D Preview BoxFixedInset3D
Data TableFixedSingleLine
LabelStatic

A rule can be built for this property by changing the type to dynamic.

Image showing the border style property on a label control being dynamic

None
Picture BoxFixedNone

This property can the following values:

  • None - No border
  • Single Line - Single line around the perimeter of the control
  • Inset3D (Picture Box and 3D Preview Box only)- Gives an inset 3D appearance to the border of the control

Hierarchical Reference: ControlName.BorderStyle

To Change the Default Value

  1. Select the property from the property list
  2. Click the drop down list at the end of the property value field
  3. Select the required Border Style from the list

Examples

ValueResult
NoneDisplays no border around the perimeter of the control
Single LineDisplays 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).