Contains v-object actions.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction = function(); Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction.createEnum('Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction', false);
Member name | Description |
---|---|
all |
Enables all the actions. |
arbitraryResize |
The arbitrary resize action. If this action in supported by the object, the user will be able to resize it without preserving the aspect ratio. |
drag |
The drag action. If this action in supported by the object, the user will be able to move it. |
dragX | |
dragY | |
none |
Disables all the actions. |
proportionalResize |
The proportional resize action. If this action in supported by the object, the user will be able to resize it preserving the aspect ratio. |
resize |
The resize action. If this action in supported by the object, the user will be able to resize it. |
rotate |
The rotate action. If this action in supported by the object, the user will be able to rotate it. |