Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / ThemeBackgroundType Enumeration

In This Topic
    ThemeBackgroundType Enumeration
    In This Topic
    Represents the theme background type.
    Syntax
    'Declaration
     
    Public Enum ThemeBackgroundType 
       Inherits System.Enum
    public enum ThemeBackgroundType : System.Enum 
    Members
    MemberDescription
    AllAny type of background.
    GradientBackground with any gradient.
    GradientColorBackground with gradient of more than one color.
    GradientModeBackground with any gradient mode.
    LinearGradientBackground with linear gradient.
    MultiColorGradientBackground with multi-color gradient.
    MultiColorLinearBackground with linear gradient or multi-color gradient.
    MultiColorRadialBackground with radial gradient or multi-color gradient.
    NoneThe type is not specified.
    RadialGradientBackground with radial gradient.
    SolidSolid background of one color.
    TwoColorGradientBackground with gradient of two colors.
    TwoColorLinearBackground with linear gradient or gradient of two color.
    TwoColorRadialBackground with radial gradient or gradient of two color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Themes.ThemeBackgroundType

    See Also