ComponentOne FlexGrid for WinForms
ImageAlignEnum Enumeration

C1.Win.C1FlexGrid Namespace : ImageAlignEnum Enumeration
Specifies how images are aligns in grid cells.
Syntax
'Declaration
 
Public Enum ImageAlignEnum 
   Inherits System.Enum
public enum ImageAlignEnum : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1FlexGrid Namespace