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

In This Topic
    HasShadow Property (Gauge)
    In This Topic
    Gets or sets whether the gauge should display a shadow effect.
    Syntax
    'Declaration
     
    Public Property HasShadow As Boolean
    public bool HasShadow {get; set;}
    See Also