Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeGradientDirection Enumeration

In This Topic
    C1GaugeGradientDirection Enumeration
    In This Topic
    The set of possible gradient directions.
    Syntax
    'Declaration
     
    Public Enum C1GaugeGradientDirection 
       Inherits System.Enum
    public enum C1GaugeGradientDirection : System.Enum 
    Members
    MemberDescription
    BackwardDiagonalSpecifies a gradient from upper right to lower left.
    CornerRaySpecifies a gradient from center to four corners.
    ForwardDiagonalSpecifies a gradient from upper left to lower right.
    HorizontalSpecifies a gradient from left to right.
    RadialInnerSpecifies a gradient from center radially (inscribed ellipse).
    RadialOuterSpecifies a gradient from center radially (circumellipse).
    VerticalSpecifies a gradient from top to bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.C1GaugeGradientDirection

    See Also