FlexPivot for WinForms
ImageAlignEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ImageAlignEnum 列挙体
Specifies how images are aligns in grid cells.
シンタックス
'宣言
 
Public Enum ImageAlignEnum 
   Inherits System.Enum
public enum ImageAlignEnum : System.Enum 
メンバ
メンバ解説
CenterBottomImage is horizontally aligned to the center and vertically aligned to the bottom of the cell.
CenterCenterImage is horizontally aligned to the center and vertically aligned to the center of the cell.
CenterTopImage is horizontally aligned to the center and vertically aligned to the top of the cell.
HideImage is not displayed.
LeftBottomImage is horizontally aligned to the left and vertically aligned to the bottom of the cell.
LeftCenterImage is horizontally aligned to the left and vertically aligned to the center of the cell.
LeftTopImage is horizontally aligned to the left and vertically aligned to the top of the cell.
RightBottomImage is horizontally aligned to the right and vertically aligned to the bottom of the cell.
RightCenterImage is horizontally aligned to the right and vertically aligned to the center of the cell.
RightTopImage is horizontally aligned to the right and vertically aligned to the top of the cell.
ScaleImage is scaled to fit the maximum area within the cell while preserving the original aspect ratio.
StretchImage is stretched to cover the whole cell.
TileImage is tiled to cover the whole cell.
TileStretchImage is split into a grid, corner parts are copied and center is stretched to cover the cell.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ImageAlignEnum

参照

C1.Win.C1FlexGrid 名前空間