User Guide
Objects within Fireworks documents 71
constrainY
The value to constrain the y coordinate.
Note: the method constrainYKey must be
used with this method.
constrainYKey
Pass in the key that you want to use to
constrain the y-coordinate value. A value of
"none" means that y will not be constrained.
A value of
"shiftKey" means that when the
user holds downs the Shift key while
dragging the mouse, the value of y will be
constrained. The value can be one of the
following:
"none", "shiftKey", "ctrlCmdKey",
"altOptKey".
constrain45Key
string The key value that you want to use to
constrain movement to the nearest 45º
increment. Can be one of the following:
"none", "shiftKey", "ctrlCmdKey",
"altOptKey".
A key value of
"none" means dragging will
not be constrained,
"shiftKey" (or other
value) means that when the user holds
downs Shift key (or other value) while
dragging, movement will be constrained.
constrain90Key
string The key value that you want to use to
constrain movement to the nearest 90º
increment. Can be one of the following:
"none", "shiftKey", "ctrlCmdKey",
"altOptKey".
A key value of
"none" means dragging will
not be constrained,
"shiftKey" (or other
key) means that when the user holds downs
the Shift key (or other key) while dragging,
movement will be constrained.
deltaLinearToLinear
float Determines the ratio of mouse movement
to point movement along the line. For
example, a value of
1.0 means that if the
mouse moves 1 pixel, the point moves 1
pixel along the line specified in the method
RegisterLinearMove.
Property Data type Notes