[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.BackgroundPictureDrawModeEnum

BackgroundPictureDrawModeEnum Enum

Specifies how the background image is rendered.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public enum BackgroundPictureDrawModeEnum

Fields

Name Description
Center

The image is rendered in the center of the cell.

Fill

The image is stretched and aspect ratio is saved.

Stretch

The image is stretched to fit within the cell.

Tile

The image is tiled in the cell.