inverted

Specifies whether the corner appears convex (it joins the edges tangentially) or is inverted and appears concave (it joins the edges at right angles).

Syntax

Reference_Syntax.inverted = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

The corner appears convex.

  • 1

The corner appears concave.

Applies to

Model

Object

Form Model

corner

Version

XFA 2.1

Examples

JavaScript

TextField1.border.corner.inverted = "1";

FormCalc

TextField1.border.corner.inverted = "1"

// Ethnio survey code removed