[]
Specifies the location of the foreground image in a cell.
public enum ForeGroundPicturePositionEnum
Name | Description |
---|---|
BottomOfText | Image is rendered below any text in the cell. |
Far | Image is rendered in the far side of the cell. |
LeftOfText | Image is rendered to the left of any text in the cell. |
Near | Image is rendered in the near side of the cell. |
PictureOnly | Text is not displayed. |
RightOfText | Image is rendered to the right of any text in the cell. |
TextOnly | Image is not displayed. |
TopOfText | Image is rendered on top of any text in the cell. |