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

In This Topic
    AutoScale Property (RadialGauge)
    In This Topic
    Gets or 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