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

In This Topic
    BackgroundPictureDrawModeEnum Enumeration
    In This Topic
    Specifies how the background image is rendered.
    Syntax
    'Declaration
     
    
    Public Enum BackgroundPictureDrawModeEnum 
       Inherits System.Enum
    public enum BackgroundPictureDrawModeEnum : System.Enum 
    Members
    MemberDescription
    CenterThe image is rendered in the center of the cell.
    StretchThe image is stretched to fit within the cell.
    TileThe image is tiled in the cell.
    Inheritance Hierarchy

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

    See Also