Aurigma Graphics Mill 5.5 for .NET
VObjectAction Enumeration
Contains v-object actions.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Syntax
Visual Basic
<FlagsAttribute> _ Public Enumeration VObjectAction
C#
[FlagsAttribute] public enum VObjectAction
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. |