True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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.
    FillThe image is stretched and aspect ratio is saved.
    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.C1TrueDBGrid.BackgroundPictureDrawModeEnum

    See Also