Specifies the shape of the corner.
Syntax
Reference_Syntax.join = "square | round"
Values
Type
|
Values
|
String
|
The corner has
the shape of a right-angle between the adjoining edges.
The corner has
the shape of a round curve between the adjoining edges.
|
JavaScript
TextField1.border.corner.join = "round";
FormCalc
TextField1.border.corner.join = "round"
|
|
|