ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBrushType Enumeration

In This Topic
    C1GaugeBrushType Enumeration
    In This Topic
    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