Specifies the appearance of a
line.
Syntax
Reference_Syntax.stroke = "solid | dashed | dotted | dashDot | dashDotDot | lowered | raised | etched | embossed"
Values
Type
|
Values
|
String
|
-
solid
(default)
-
dashed
-
dotted
-
dashDot
-
dashDotDot
-
lowered
-
raised
-
etched
-
embossed
Solid.
-
dashed
-
dotted
-
dashDot
-
dashDotDot
-
lowered
-
raised
-
etched
-
embossed
A series of
rectangular dashes.
-
dotted
-
dashDot
-
dashDotDot
-
lowered
-
raised
-
etched
-
embossed
A series of
round dots.
-
dashDot
-
dashDotDot
-
lowered
-
raised
-
etched
-
embossed
|
String (Continued)
|
Alternating rectangular dashes and dots.
-
dashDotDot
-
lowered
-
raised
-
etched
-
embossed
A series of
a single rectangular dash followed by two round dots.
-
lowered
-
raised
-
etched
-
embossed
The line appears
to enclose a lowered region.
The line appears
to enclose a raised region.
The line appears
to be a groove lowered into the drawing surface. embossed
The
line appears to be a ridge raised out of the drawing surface.
|
JavaScript
Line1.resolveNode("value.#line.edge").stroke = "etched";
FormCalc
Line1.value.#line.edge.stroke = "etched"
|
|
|