ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class / Value Property






In This Topic
    Value Property (Gauge)
    In This Topic
    Gets or sets the value displayed on the gauge.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Value As System.Double
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Double
     
    instance.Value = value
     
    value = instance.Value
    [C1Ignore()]
    public System.double Value {get; set;}
    public read-write property Value: System.Double; 
    C1IgnoreAttribute()
    public function get,set Value : System.double
    [C1Ignore()]
    public: __property System.double get_Value();
    public: __property void set_Value( 
       System.double value
    );
    [C1Ignore()]
    public:
    property System.double Value {
       System.double get();
       void set (    System.double value);
    }
    See Also