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

MemberDescription
ColorDraws a solid color.
ImageDraws a centered image on the background surface.
ImageStretchStretches an image across the background surface.
ImageTileTiles an image on a background surface.
GradientDraws a 2 color gradient.
BrushUses the Background.Brush object to fill the surface.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.