borderStyle
Determines the border around the object.
Property of
Most form components
Description
borderStyle determines the display style of an object’s rectangular frame. Set it to one of the following:
Value |
Style |
0 |
Default |
1 |
Raised |
2 |
Lowered |
3 |
None |
4 |
Single |
5 |
Double |
6 |
Drop shadow |
7 |
Client |
8 |
Modal |
9 |
Etched in |
10 |
Etched out |
The border is drawn inside the bounds of the object; therefore for thick borders like Drop shadow, there is noticeably less space in the object for the actual contents.
The border is not drawn if border is false. If borderStyle is None, no border appears even if border is true.