.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : BackgroundMode Enumeration
BackgroundMode Enumeration
Specifies a background drawing mode.
Syntax
'Declaration
 
Public Enum BackgroundMode 
   Inherits System.Enum
'Usage
 
Dim instance As BackgroundMode
public enum BackgroundMode : System.Enum 
Members
MemberDescription
BrushUses the Background.Brush object to fill the surface.
ColorDraws a solid color.
GradientDraws a 2 color gradient.
ImageDraws a centered image on the background surface.
ImageStretchStretches an image across the background surface.
ImageTileTiles an image on a background surface.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.BackgroundMode

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