BulletGraph for WinForms
C1GaugeBrushType 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeBrushType 列挙体
The type of brush that is used to fill a Gauge element.
シンタックス
'宣言
 
Public Enum C1GaugeBrushType 
   Inherits System.Enum
public enum C1GaugeBrushType : System.Enum 
メンバ
メンバ解説
GradientUse a brush with color gradient.
HatchUse a brush with a hatch style.
NoneDon't fill the Gauge element.
SolidColorUse a brush of a single color.
TextureUse an image to fill interior of a Gauge element.
継承階層

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

参照

C1.Win.Gauge 名前空間