ImageHelperImagePositionEnum Enumeration |
Note: This API is now obsolete.
Namespace: CMS.Helpers
[ObsoleteAttribute("This enumeration will be removed in the next version without a replacement.")] public enum ImagePositionEnum
Member name | Value | Description | |
---|---|---|---|
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). |