Contains v-object actions.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
public enum VObjectAction
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. |