'宣言 Public Enum ForeGroundPicturePositionEnum Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum
'宣言 Public Enum ForeGroundPicturePositionEnum Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum
| メンバ | 解説 |
|---|---|
| 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.C1TrueDBGrid.ForeGroundPicturePositionEnum