circular

Enables you to convert an arc into a circle.

JavaScript Syntax

Reference_Syntax.circular = false | true; 
- or - 
Reference_Syntax.circular = 0 | 1;

FormCalc Syntax

Reference_Syntax.circular = 0 | 1

Values

Type

Values

Boolean

  • false | 0 (default)

  • true | 1

Do not adjust the arc to a circular path.

  • true | 1

Adjust the arc to a circular path.

You can convert an arc into a circle even if the content area where the arc is located is not square. If necessary, the size of the circle is adjusted to match the size of the content area.

Applies to

Model

Object

Form Model

arc

Version

XFA 2.1

Examples

JavaScript

Circle1.resolveNode("value.#arc").circular = 1;

FormCalc

Circle1.value.#arc.circular = 1

// Ethnio survey code removed