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

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