dotnetCHARTING Send comments on this topic.
BackgroundMode Enumeration
See Also  
dotnetCHARTING Namespace : BackgroundMode Enumeration


Specifies a background drawing mode.

Syntax

Visual Basic (Declaration)  
Public Enum BackgroundMode 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As BackgroundMode
C#  
public enum BackgroundMode : Enum 

Members

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.

Inheritance Hierarchy

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

See Also