From Attribute

Internet Development Index

Defines the starting point of a line. Read/write VgVector2D.

Applies To

Line

Tag Syntax

<v: element from="expression">

Script Syntax

element.from="expression"

expression=element.from

Remarks

Defines the starting point of the line in the coordinate space of the parent element.  If the parent is not a VML element, the default unit is a pixel (but in, cm, mm, pt, pc may also be specified). Default is 0,0.

VML Standard Attribute

Example

The line starts at a location 10 points down and 10 points to the right of the top left corner of the parent space.

   <v:line id="myline"
   from="10pt,10pt" to="100pt,100pt">
   </v:line>

Photo Credits: PhotoDisc