borderWidth

Specifies the border width for this field.

Syntax

Reference_Syntax.borderWidth = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.borderWidth = "0.05in";

FormCalc

TextField1.borderWidth = "0.05in"

// Ethnio survey code removed