InvX Attribute

HTML (DHTML)

InvX Attribute

Internet Development Index

Determines whether the x position of the handle is inverted. Read/write VgTriState.

Applies To

H (subelement of Handles)

Tag Syntax

<v: element invx="expression">

Remarks

If True, the x position of the handle is inverted by subtracting the x value from the x value of CoordOrigin added to the x value of CoordSize. The default value is False.

This attribute is the equivalent of

   coordorigin.x + coordsize.x - h.position.x

VML Standard Attribute