|
Defines the line style of the stroke. Read/write String. Applies To Tag Syntax <v:element linestyle="expression"> Script Syntax element.linestyle="expression" expression=element.linestyle Remarks Values include:
VML Standard Attribute Example A double line is drawn with two thin strokes. <v:line strokecolor="red" strokeweight="2pt" to="100pt,20pt" from="20pt,20pt"> <v:stroke linestyle="thinthin" /> </v:line> |