EndArrow Attribute

Internet Development Index

Defines an arrowhead for the end of a line. Read/write String.

Applies To

Stroke

Tag Syntax

<v:element endarrow="expression">

Script Syntax

element.endarrow="expression"

expression=element.endarrow

Remarks

Values include:

VML Standard Attribute

Example

A line is drawn with a classic arrowhead on the end of the stroke.

   <v:line strokecolor="red"
   strokeweight="2pt" to="100pt,20pt" from="20pt,20pt">
   <v:stroke endarrow="classic"/>
   </v:line>