StartArrowLength Attribute

HTML (DHTML)

StartArrowLength Attribute

Internet Development Index

Defines the arrowhead length for the start of a line. Read/write VgArrowheadLength.

Applies To

Stroke

Tag Syntax

<v:element startarrowlength="expression">

Script Syntax

element.startarrowlength="expression"

expression=element.startarrowlength

Remarks

Values include:

  • Short
  • Medium (default)
  • Long

VML Standard Attribute

Example

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

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