StiAction Enum
Namespace: Stimulsoft.Base.Drawing
Actions, which indicate actions in the rectangle.
Members
| Member | Value | Description |
|---|---|---|
| None | No action. | |
| Move | Move. | |
| Select | Select. | |
| SizeLeft | Left side. | |
| SizeRight | Right side. | |
| SizeTop | Top side. | |
| SizeBottom | Bottom side. | |
| SizeLeftTop | Left top side. | |
| SizeLeftBottom | Left bottom side. | |
| SizeRightTop | Right top side. | |
| SizeRightBottom | Right bottom side. | |
| ResizeColumns | Resize columns. | |
| ResizeRows | Resize rows. | |
| SelectColumn | SelectColumn | |
| SelectRow | SelectRow |