ComponentOne Gauges for WinForms
C1GaugeValueColorFalloff Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeValueColorFalloff Enumeration
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

Reference

C1.Win.C1Gauge Namespace