Xceed Grid for WinForms v4.3 Documentation
ImageStyle Enumeration


Xceed.UI.v1.4 Assembly > Xceed.UI Namespace : ImageStyle Enumeration
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 control's 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.UI.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

Reference

Xceed.UI Namespace