StartArrow Attribute | Internet Development Index |
Defines the arrowhead for the start of a line. Read/write String.
Applies To
Tag Syntax
<v:element startarrow="expression">
Script Syntax
element.startarrow="expression"
expression=element.startarrow
Remarks
Values include:
- None (default)
- Block
- Classic
- Diamond
- Oval
- Open
VML Standard Attribute
Example
A line is drawn with a classic arrowhead on the start of the stroke.
<v:line strokecolor="red" strokeweight="2pt" to="100pt,20pt" from="20pt,20pt"> <v:stroke StartArrow="classic"/> </v:line>