StartArrowWidth Attribute

HTML (DHTML)

StartArrowWidth Attribute

Internet Development Index

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

Applies To

Stroke

Tag Syntax

<v:element startarrowwidth="expression">

Script Syntax

element.startarrowwidth="expression"

expression=element.startarrowwidth

Remarks

Values include:

  • Narrow
  • Medium (default)
  • Wide

VML Standard Attribute

Example

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

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