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

In This Topic
    BackgroundImageLayout Property (CellStyle)
    In This Topic
    Gets or sets the a value that determines how the style will scale and position background image.
    Syntax
    'Declaration
     
    
    Public Property BackgroundImageLayout As ImageAlignEnum
    public ImageAlignEnum BackgroundImageLayout {get; set;}
    Remarks

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

    See Also