Position of the image within the view port
Member of List Image Column Current Item (PRIM_LIST.ImageCurrentItem)
Data Type - Enumeration
The ImageAlignment property governs the position of the Image within the cell. When the cell resizes, the image will follow the alignment rules.
Enum Value | Description |
---|---|
BottomCenter | Horizontally centered and attached to the bottom edge |
BottomLeft | Left justified and attached to the bottom edge |
BottomRight | Right justified and attached to the bottom edge |
Center | Horizontally and vertically centered |
CenterLeft | Left justified and vertically centered |
CenterRight | Right justified and vertically centered |
TopCenter | Horizontally centered and attached to the upper edge |
TopLeft | Left justified and attached to the upper edge |
TopRight | Right justified and attached to the upper edge |
Febuary 18 V14SP2