y

Specifies the Y coordinate of a 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 y coordinates.

Syntax

Reference_Syntax.y = "0in | measurement"

Values

Type

Values

String

  • 0in (default)

  • Any valid measurement value.

Version

XFA 2.1

Examples

JavaScript

TextField1.y = "5in";

FormCalc

TextField.y = "5in"

// Ethnio survey code removed