Specifies whether the corner
appears convex (it joins the edges tangentially) or is inverted
and appears concave (it joins the edges at right angles).
SyntaxReference_Syntax.inverted = "0 | 1"
Values
Type
|
Values
|
String
|
The corner appears
convex.
The
corner appears concave.
|
JavaScriptTextField1.border.corner.inverted = "1";
FormCalcTextField1.border.corner.inverted = "1"
|
|
|