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

In This Topic
    AutoScale Property (RadialGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RadialGauge.AutoScale. Sets whether the gauge should automatically scale to fill the host element.
    Syntax
    'Declaration
     
    Public Property AutoScale As Boolean
    public bool AutoScale {get; set;}
    See Also