ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeHotBrush Class / Color2 Property

In This Topic
    Color2 Property (C1GaugeHotBrush)
    In This Topic
    Gets or sets the second Color of a hatch brush to paint selection on the hot item.
    Syntax
    'Declaration
     
    Public Property Color2 As System.Drawing.Color
    public System.Drawing.Color Color2 {get; set;}
    See Also