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

In This Topic
    NeedleShape Property (RadialGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RadialGauge.NeedleShape. Sets a value that determines the shape of the gauge's needle element.
    Syntax
    'Declaration
     
    Public Overridable Property NeedleShape As NeedleShape
    public virtual NeedleShape NeedleShape {get; set;}
    See Also