Home Search

DriveWorks Solo 23

Send Feedback

Border Style

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

Property Type: Fixed

Default Value:

  • None

This property has the following values:

  • None - No border
  • Single Line - Single line around the perimeter of the control
  • Inset3D (Picture Box control 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

Border Style Property 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 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).