ChangePositionMethod Enumeration |
Specifies the reordering to perform on a layer or annotation.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum ChangePositionMethod
Public Enumeration ChangePositionMethod
Members
| Member name | Description |
---|
| MoveToFront | Moves the item to the beginning of the collection. |
| MoveUp | Moves the item one position closer to the beginning of the collection. |
| MoveBack | Moves the item one position closer to the end of the collection. |
| MoveToBack | Moves the item to the end of the collection. |
See Also