StrokeOK Attribute | Internet Development Index |
Determines whether a stroke will be displayed. Read/write VgTriState.
Applies To
Tag Syntax
<v: element strokeok="expression">
Script Syntax
element.strokeok="expression"
expression=element.strokeok
Remarks
If False, the path cannot be stroked. The default is True. This attribute overrides all other stroke attributes in the parent or Stroke element.
VML Standard Attribute
Example
The path will not be stroked.
<v:shape id="rect01" coordorigin="0 0" coordsize="200 200" strokecolor="red" style="top:1;left:1;width:50;height:50"> <v:path id="myPath" strokeok="False" v="m 1,1 l 1,200, 200,200, 200,1 x e"/> </v:shape>