ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Gauge Namespace / C1GaugeExtender Class / Value Property

In This Topic
    Value Property (C1GaugeExtender)
    In This Topic
    gets/sets the value of the gauge.
    Syntax
    'Declaration
     
    Public Property Value As System.Double
    public System.double Value {get; set;}
    See Also