Specifies the shape of the corner.
SyntaxReference_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.
|
JavaScriptTextField1.border.corner.join = "round";
FormCalcTextField1.border.corner.join = "round"
|
|
|