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


In This Topic
    ImageStyle Enumeration
    In This Topic
    Value indicating the style in which an image is displayed.
    Syntax
    'Declaration
     
    Public Enum ImageStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImageStyle
    public enum ImageStyle : System.Enum 
    Members
    MemberDescription
    AlignThe image is aligned according to the value of the element's VisualGridElement.BackgroundImageAlignment or the grid's GridControl.BackgroundImageAlignment property.
    StretchThe image is stretched to fit the available area.
    TileThe image is repeated until the entire available area is filled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.ImageStyle

    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