'Declaration Public Enum ForeGroundPicturePositionEnum Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum
'Declaration Public Enum ForeGroundPicturePositionEnum Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.TrueDBGrid.ForeGroundPicturePositionEnum