ComponentOne True DBGrid for WinForms
BackgroundPictureDrawModeEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : BackgroundPictureDrawModeEnum Enumeration
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

Reference

C1.Win.C1TrueDBGrid Namespace