ArrowOK Attribute | Internet Development Index |
Determines whether arrowheads will be displayed. Read/write VgTriState.
Applies To
Tag Syntax
<v: element arrowok="expression">
Script Syntax
element.arrowok="expression"
expression=element.arrowok
Remarks
If False, the path will not have arrowheads. The default is False. This attribute overrides all other arrowhead attributes in the parent or Stroke element.
VML Standard Attribute
Example
The path will not have an arrowhead.
<v:line id="whatsmyline" style="position:relative" from="114pt,66pt" to="402pt,66pt" strokecolor="black"> <v:stroke startarrow="block" endarrow="block"/> <v:path arrowok="False"/> </v:line>