ComponentOne Gauges for WinForms
C1GaugeGradientFalloff Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeGradientFalloff Enumeration
Defines the type of a gradient falloff.
Syntax
'Declaration
 
Public Enum C1GaugeGradientFalloff 
   Inherits System.Enum
public enum C1GaugeGradientFalloff : System.Enum 
Members
MemberDescription
PlainCreates an even linear blend from the starting color to the ending color.
SigmaBellCreates a gradient falloff based on a bell-shaped curve.
TriangularCreates a gradient with a center color and a linear falloff to a single color on both ends.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1Gauge Namespace