ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / GradientMode Enumeration

In This Topic
    GradientMode Enumeration
    In This Topic
    Specifies the background gradient mode.
    Syntax
    'Declaration
     
    Public Enum GradientMode 
       Inherits System.Enum
    public enum GradientMode : System.Enum 
    Members
    MemberDescription
    DiagonalDownDiagonal gradient (from BackColor on the left-top to BackColor2 on the right-bottom).
    DiagonalUpDiagonal gradient (from BackColor on the left-bottom to BackColor2 on the right-top).
    HorizontalHorizontal gradient (from BackColor on the left to BackColor2 on the right).
    NoneNo gradient.
    RadialRadial gradient (from BackColor on the edges to BackColor2 on the center).
    VerticalVertical gradient (from BackColor on the top to BackColor2 on the bottom).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Sizer.GradientMode

    See Also