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

In This Topic
    Value Property (LinearGaugeBase)
    In This Topic
    Gets or sets the value displayed on the gauge.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Value As Double
    [C1Ignore()]
    public double Value {get; set;}
    See Also