Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / MinTextColor Property

In This Topic
    MinTextColor Property (C1RadialGauge)
    In This Topic
    Gets or sets the color of the minimum label.
    Syntax
    'Declaration
     
    
    Public Property MinTextColor As C1Color
    public C1Color MinTextColor {get; set;}
    See Also