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

In This Topic
    HasShadow Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.HasShadow. Sets whether the gauge should display a shadow effect.
    Syntax
    'Declaration
     
    Public Property HasShadow As Boolean
    public bool HasShadow {get; set;}
    See Also