ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / BackgroundMode Enumeration

In This Topic
    BackgroundMode Enumeration
    In This Topic
    Represents the mode of the background.
    Syntax
    'Declaration
     
    
    Public Enum BackgroundMode 
       Inherits System.Enum
    public enum BackgroundMode : System.Enum 
    Members
    MemberDescription
    OpaqueBackground is filled with the current background color before the text, hatched brush, or pen is drawn.
    TransparentBackground remains untouched.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.DeviceContexts.BackgroundMode

    See Also