ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeRange Class / Fill Property

In This Topic
    Fill Property (C1GaugeRange)
    In This Topic
    Gets or sets the brush used to paint the fill of the C1GaugeRange.
    Syntax
    'Declaration
     
    
    Public Property Fill As Brush
    public Brush Fill {get; set;}
    See Also