User Guide

Objects within Fireworks documents 57
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.
deltaRtoR
float Determines the mouse radius change
relative to the point radius change. For
example, a value of
1.0 means that as the
mouse moves 1 pixel away from the center of
the object, the point also moves 1 pixel away
from the center of the object.
deltaShortestSideToX
float The ratio of shortest mouse movement
to the movement of referenced point’s
x coordinate.
deltaShortestSideToY
float The ratio of shortest mouse movement
to the movement of referenced point’s
y coordinate.
deltaLongestSideToX
float The ratio of longest mouse movement
to the movement of referenced point’s
x coordinate.
deltaLongestSideToY
float The ratio of longest mouse movement
to the movement of referenced point’s
y coordinate.
Property Data type Notes