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

In This Topic
    ThumbSize Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.ThumbSize. Sets the size of the element that shows the gauge's current value, in pixels.
    Syntax
    'Declaration
     
    Public Property ThumbSize As Double
    public double ThumbSize {get; set;}
    See Also