Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ImageArea Enumeration


    ImageArea Enumeration
    Value representing the area where a Xceed.Grid.Viewers.CellViewerManager's image is displayed.
    Syntax
    'Declaration
     
    Public Enum ImageArea 
       Inherits System.Enum
     
    'Usage
     
    Dim instance As ImageArea
    Members
    MemberDescription
    AllContentThe image is displayed across the entire Xceed.Grid.Viewers.CellViewerManager and no text is displayed.
    LeftThe image is displayed to the left of the text.
    NoneNo image is displayed.
    RightThe image is displayed to the right of the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.ImageArea

    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