[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ForeGroundPicturePositionEnum

ForeGroundPicturePositionEnum Enum

Specifies the location of the foreground image in a cell.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public enum ForeGroundPicturePositionEnum

Fields

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.