ComponentOne List for WinForms
C1.Win.C1List Namespace / ForeGroundPicturePositionEnum Enumeration

In This Topic
    ForeGroundPicturePositionEnum Enumeration
    In This Topic
    Specifies the location of the foreground image in a cell.
    Syntax
    'Declaration
     
    
    Public Enum ForeGroundPicturePositionEnum 
       Inherits System.Enum
    public enum ForeGroundPicturePositionEnum : System.Enum 
    Members
    MemberDescription
    BottomOfTextImage is rendered below any text in the cell.
    FarImage is rendered in the far side of the cell.
    LeftOfTextImage is rendered to the left of any text in the cell.
    NearImage is rendered in the near side of the cell.
    PictureOnlyText is not displayed.
    RightOfTextImage is rendered to the right of any text in the cell.
    TextOnlyImage is not displayed.
    TopOfTextImage is rendered on top of any text in the cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.ForeGroundPicturePositionEnum

    See Also