join

Specifies the shape of the corner.

Syntax

Reference_Syntax.join = "square | round"

Values

Type

Values

String

  • square (default)

  • round

The corner has the shape of a right-angle between the adjoining edges.

  • round

The corner has the shape of a round curve between the adjoining edges.

Applies to

Model

Object

Form Model

corner

Version

XFA 2.1

Examples

JavaScript

TextField1.border.corner.join = "round";

FormCalc

TextField1.border.corner.join = "round"

// Ethnio survey code removed