Enumeration of the image positioning within another image or object.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | -1 | Top left corner. | |
| TopLeft | 0 | Top left corner. | |
| TopCenter | 1 | Top center. | |
| TopRight | 2 | Top right corner. | |
| MiddleLeft | 3 | Middle left. | |
| MiddleCenter | 4 | Middle center. | |
| MiddleRight | 5 | Middle right. | |
| BottomLeft | 6 | Bottom left corner. | |
| BottomCenter | 7 | Bottom center. | |
| BottomRight | 8 | Bottom right corner. | |
| FullSize | 9 | Cover full size of the image. | |
| CenterMaxSize | 10 | Locate to the center, maximize the size (keeps aspect ratio). |
See Also