This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectAction Enumeration

Contains v-object actions.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction = function();
Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction.createEnum('Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectAction', false);

Members

Member name Description
none

Disables all the actions.

drag

The drag action. If this action in supported by the object, the user will be able to move it.

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.

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.

rotate

The rotate action. If this action in supported by the object, the user will be able to rotate it.

all

Enables all the actions.

resize

The resize action. If this action in supported by the object, the user will be able to resize it.

See Also

Reference