[]
        
(Showing Draft Content)

C1.Win.C1Gauge.C1GaugeValueColorFalloff

C1GaugeValueColorFalloff Enum

Specifies the blending mode for value Colors on a C1GaugeDecorator.

Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
public enum C1GaugeValueColorFalloff

Fields

Name Description
Linear

Display a linear falloff between the previous and the next color positions.

None

Display the same color till the next color position starts.

Sharp

Display a sharp falloff between the previous and the next color positions.

Smooth

Display a smooth falloff between the previous and the next color positions.