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

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