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

In This Topic
    Value Property (C1RadialGauge)
    In This Topic
    Gets or sets the value displayed on the gauge.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    public double Value {get; set;}
    See Also