ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / HasShadow Property

In This Topic
    HasShadow Property (LinearGaugeBase)
    In This Topic
    Gets or sets whether the gauge should display a shadow effect.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property HasShadow As Boolean
    [DefaultValue(true)]
    public bool HasShadow {get; set;}
    See Also