x

Specifies the X coordinate of the container’s anchor point relative to the top-left corner of the parent container when placed with positioned layout.

Containers with flowed content do not use x coordinates.

Syntax

Reference_Syntax.x = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement value.

Version

XFA 2.1

Examples

JavaScript

TextField1.x = "5in";

FormCalc

TextField.x = "5in"

// Ethnio survey code removed