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

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