Limo Attribute
Defines a stretch point on the path. Read/write. Vector2D.
Applies To
Path
Tag Syntax
<v: element
limo="expression">
Script Syntax
element.limo="expression"
expression=element.limo
Remarks
The default value is "0 0". Limo stretches are
points on a shape's edge that define where and how a shape
may be stretched by a user in a graphical editor.
VML Standard Attribute
Example
A limo stretch point is defined halfway along the horizontal line.
<v:line strokecolor="red"
strokeweight="2pt" from="20pt,20pt" to="100pt,20pt">
<v:path limo="60pt,20pt"/>
</v:line>