sweepAngle

Specifies the length of the arc as an angle.

Syntax

Reference_Syntax.sweepAngle = "360 |angle"

Values

Type

Values

String

  • 360 (default)

  • A value less than 360 and greater than or equal to 0 .

Applies to

Model

Object

Form Model

arc

Version

XFA 2.1

Examples

JavaScript

Circle1.resolveNode("value.#arc").sweepAngle = "45";

FormCalc

Circle1.value.#arc.sweepAngle = "45"

// Ethnio survey code removed