FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyle Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (CellStyle)
    In This Topic
    Gets or sets the style's background image.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImage As Image
    public Image BackgroundImage {get; set;}
    Remarks

    This property works with BackgroundImageLayout to determine whether and how background images are rendered in cells.

    See Also