EndArrowWidth Attribute

HTML (DHTML)

EndArrowWidth Attribute

Internet Development Index

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

Applies To

Stroke

Tag Syntax

<v:element endarrowwidth="expression">

Script Syntax

element.endarrowwidth="expression"

expression=element.endarrowwidth

Remarks

Values include:

  • Narrow
  • Medium (default)
  • Wide

VML Standard Attribute

Example

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

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