Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / GaugeRange Class / BorderColor Property

In This Topic
    BorderColor Property
    In This Topic
    Gets or sets the color used to display the border of this range.
    Syntax
    'Declaration
     
    Public Property BorderColor As Color
    public Color BorderColor {get; set;}
    See Also