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

In This Topic
    Value Property (GaugeValueEventArgs)
    In This Topic
    The value regarding the change.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    public double Value {get; set;}
    See Also