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

In This Topic
    BorderDashes Property
    In This Topic
    Gets or sets the dashes pattern used in the border of this range.
    Syntax
    'Declaration
     
    
    Public Property BorderDashes As Double()
    public double[] BorderDashes {get; set;}
    See Also