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

In This Topic
    NeedleShape Property
    In This Topic
    Gets or sets a value that determines the shape of the gauge's needle element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property NeedleShape As NeedleShape
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual NeedleShape NeedleShape {get; set;}
    See Also