slope

Specifies the orientation of the line.

Syntax

Reference_Syntax.slope = "\ | /"

Values

Type

Values

String

  • \ (backslash character) (default)

  • / (forward slash character)

The line extends from the top-left to the bottom-right.

  • / (forward slash character)

The line extends from the bottom-left to the top-right.

Applies to

Model

Object

Form Model

line

Version

XFA 2.1

Examples

JavaScript

Line1.resolveNode("value.#line").slope = "/";

FormCalc

Line1.value.#line.slope = "/"

// Ethnio survey code removed