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

In This Topic
    Value Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.Value. Sets the value displayed on the gauge.
    Syntax
    'Declaration
     
    Public Property Value As Double
    public double Value {get; set;}
    See Also