Specifies the orientation of
the line.
Syntax
Reference_Syntax.slope = "\ | /"
Values
Type
|
Values
|
String
|
The
line extends from the top-left to the bottom-right.
The
line extends from the bottom-left to the top-right.
|
JavaScript
Line1.resolveNode("value.#line").slope = "/";
FormCalc
Line1.value.#line.slope = "/"
|
|
|