WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridBackgroundImageMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridBackgroundImageMode

    Defines how an image is positioned within a cell.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridBackgroundImageMode

    Fields

    Name Description
    CenterImage

    The image is displayed in the center if the cell is larger than the image. If the image is larger than the cell, the picture is placed in the center of the cell and the outside edges are clipped.

    Normal

    The image is placed in the upper-left corner of the cell. The image is clipped if it is larger than the cell it is contained in.

    StretchImage

    The image within the cell is stretched or shrunk to fit the size of the cell.

    TileImage

    The image is tiled across the Cell rectangle.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved