InvY Attribute | Internet Development Index |
Determines whether the y position of the handle is inverted. Read/write VgTriState.
Applies To
Tag Syntax
<v: element invy="expression">
Remarks
If True, the y position of the handle is inverted by subtracting the y value from the y value of CoordOrigin added to the y value of CoordSize. The default value is False.
This attribute is the equivalent of
coordorigin.y + coordsize.y - h.position.y
VML Standard Attribute