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