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

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