Position Attribute

HTML (DHTML)

Position Attribute

Internet Development Index

Specifies the x and y values of the handle. Read/write VgVector2D.

Applies To

H (subelement of Handles)

Tag Syntax

<v: element position="expression">

Remarks

X and y values can be one of the following types:

  • constant
  • formula (for example, @2)
  • adjust (for example, #3)
  • center
  • topleft
  • bottomright

If any of the above types except adjust are specified, the handle position is fixed in that dimension. If an adjust handle is specified, the handle is free to move in that dimension and the adjust value is determined by the position of the handle.

If a Polar attribute is specified, the Position attribute represents the radius and angle values of the handle instead of x and y.

The default value is 0,0.

VML Standard Attribute