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

In This Topic
    Value Property (LinearGauge)
    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