C1.Win.C1FlexGrid Namespace : ImageAlignEnum Enumeration |
'Declaration
Public Enum ImageAlignEnum Inherits System.Enum
'Usage
Dim instance As ImageAlignEnum
public enum ImageAlignEnum : System.Enum
public enum class ImageAlignEnum : public System.Enum
Member | Description |
---|---|
CenterBottom | Image is horizontally aligned to the center and vertically aligned to the bottom of the cell. |
CenterCenter | Image is horizontally aligned to the center and vertically aligned to the center of the cell. |
CenterTop | Image is horizontally aligned to the center and vertically aligned to the top of the cell. |
Hide | Image is not displayed. |
LeftBottom | Image is horizontally aligned to the left and vertically aligned to the bottom of the cell. |
LeftCenter | Image is horizontally aligned to the left and vertically aligned to the center of the cell. |
LeftTop | Image is horizontally aligned to the left and vertically aligned to the top of the cell. |
RightBottom | Image is horizontally aligned to the right and vertically aligned to the bottom of the cell. |
RightCenter | Image is horizontally aligned to the right and vertically aligned to the center of the cell. |
RightTop | Image is horizontally aligned to the right and vertically aligned to the top of the cell. |
Scale | Image is scaled to fit the maximum area within the cell while preserving the original aspect ratio. |
Stretch | Image is stretched to cover the whole cell. |
Tile | Image is tiled to cover the whole cell. |
TileStretch | Image 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
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