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

In This Topic
    C1GaugeValueColorFalloff Enumeration
    In This Topic
    Specifies the blending mode for value Colors on a C1GaugeDecorator.
    Syntax
    'Declaration
     
    Public Enum C1GaugeValueColorFalloff 
       Inherits System.Enum
    public enum C1GaugeValueColorFalloff : System.Enum 
    Members
    MemberDescription
    LinearDisplay a linear falloff between the previous and the next color positions.
    NoneDisplay the same color till the next color position starts.
    SharpDisplay a sharp falloff between the previous and the next color positions.
    SmoothDisplay a smooth falloff between the previous and the next color positions.
    Inheritance Hierarchy

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

    See Also