True DBGrid for WinForms
BackgroundPictureDrawModeEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : BackgroundPictureDrawModeEnum 列挙体
Specifies how the background image is rendered.
シンタックス
'宣言
 
Public Enum BackgroundPictureDrawModeEnum 
   Inherits System.Enum
public enum BackgroundPictureDrawModeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.BackgroundPictureDrawModeEnum

参照

C1.Win.C1TrueDBGrid 名前空間