Xceed Grid for WinForms v4.3 Documentation
ViewerImageAlignment Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace : ViewerImageAlignment Enumeration
Value representing the alignment of a CellViewerManager's image in the CellViewerManager.ImageArea.
Syntax
'Declaration
 
Public Enum ViewerImageAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As ViewerImageAlignment
public enum ViewerImageAlignment : System.Enum 
Members
MemberDescription
BottomCenterThe image will be aligned to the bottom center in the CellViewerManager.ImageArea.
BottomLeftThe image will be aligned to the bottom left in the CellViewerManager.ImageArea.
BottomRightThe image will be aligned to the bottom right in the CellViewerManager.ImageArea.
CellAmbientThe alignment of the image will be the same as its underlying Xceed.Grid.Cell.
MiddleCenterThe image will be aligned to the middle center in the CellViewerManager.ImageArea.
MiddleLeftThe image will be aligned to the middle left in the CellViewerManager.ImageArea.
MiddleRightThe image will be aligned to the middle right in the CellViewerManager.ImageArea.
TopCenterThe image will be aligned to the top center in the CellViewerManager.ImageArea.
TopLeftThe image will be aligned to the top left in the CellViewerManager.ImageArea.
TopRightThe image will be aligned to the top right in the CellViewerManager.ImageArea.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.Viewers.ViewerImageAlignment

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

Xceed.Grid.Viewers Namespace