| Visual Basic (Declaration) | |
|---|---|
Public Enum BackgroundMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum BackgroundMode : Enum  | |
| Member | Description | 
|---|---|
| Color | Draws a solid color. | 
| Image | Draws a centered image on the background surface. | 
| ImageStretch | Stretches an image across the background surface. | 
| ImageTile | Tiles an image on a background surface. | 
| Gradient | Draws a 2 color gradient. | 
| Brush | Uses the Background.Brush object to fill the surface. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.BackgroundMode