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
Member | Description |
---|---|
Brush | Uses the Background.Brush object to fill the surface. |
Color | Draws a solid color. |
Gradient | Draws a 2 color gradient. |
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. |
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