FlexGrid for WinForms
ImageAlignEnum Enumeration



Specifies how images are aligns in grid cells.
Syntax
'Declaration
 
Public Enum ImageAlignEnum 
   Inherits System.Enum
'Usage
 
Dim instance As ImageAlignEnum
public enum ImageAlignEnum : System.Enum 
public enum class ImageAlignEnum : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback