BulletGraph for WinForms
C1GaugeValueColorFalloff 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeValueColorFalloff 列挙体
Specifies the blending mode for value Colors on a C1GaugeDecorator.
シンタックス
'宣言
 
Public Enum C1GaugeValueColorFalloff 
   Inherits System.Enum
public enum C1GaugeValueColorFalloff : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Gauge 名前空間