ComponentOne Gauges for WinForms
C1GaugeBrushType Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeBrushType Enumeration
The type of brush that is used to fill a Gauge element.
Syntax
'Declaration
 
Public Enum C1GaugeBrushType 
   Inherits System.Enum
public enum C1GaugeBrushType : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1Gauge Namespace