Enables you to convert an arc
into a circle.
JavaScript SyntaxReference_Syntax.circular = false | true;
- or -
Reference_Syntax.circular = 0 | 1;
FormCalc SyntaxReference_Syntax.circular = 0 | 1
Values
Type
|
Values
|
Boolean
|
false | 0 (default)
true | 1
Do not adjust
the arc to a circular path.
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.
|
JavaScriptCircle1.resolveNode("value.#arc").circular = 1;
FormCalcCircle1.value.#arc.circular = 1
|
|
|