inverted

Indique si un coin est convexe (les bords sont joints selon la tangente) ou s’il est inversé et prend une forme concave (les bords sont joints à angle droit).

Syntaxe

Reference_Syntax.inverted = "0 | 1"

Valeurs

Type

Valeurs

Chaîne

  • 0 (valeur par défaut)

  • 1

Le coin est convexe.

  • 1

Le coin est concave.

Application

Version

XFA 2.1

Exemples

JavaScript

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

FormCalc

TextField1.border.corner.inverted = "1"