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

In This Topic
    NeedleLength Property (RadialGauge)
    In This Topic
    Gets or sets a value that determines the length of the gauge's needleElement with respect to the pointer range.
    Syntax
    'Declaration
     
    Public Overridable Property NeedleLength As NeedleLength
    public virtual NeedleLength NeedleLength {get; set;}
    See Also