Click or drag to resize
ImageHelperImagePositionEnum Enumeration
Enumeration of the image positioning within another image or object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum ImagePositionEnum
Members
  Member nameValueDescription
Unknown-1 Top left corner.
TopLeft0 Top left corner.
TopCenter1 Top center.
TopRight2 Top right corner.
MiddleLeft3 Middle left.
MiddleCenter4 Middle center.
MiddleRight5 Middle right.
BottomLeft6 Bottom left corner.
BottomCenter7 Bottom center.
BottomRight8 Bottom right corner.
FullSize9 Cover full size of the image.
CenterMaxSize10 Locate to the center, maximize the size (keeps aspect ratio).
See Also