ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property NeedleShape As NeedleShape
    'Usage
     
    
    Dim instance As RadialGauge
    Dim value As NeedleShape
     
    instance.NeedleShape = value
     
    value = instance.NeedleShape
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual NeedleShape NeedleShape {get; set;}
    public read-write property NeedleShape: NeedleShape; virtual; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set NeedleShape : NeedleShape
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual NeedleShape get_NeedleShape();
    public: __property virtual void set_NeedleShape( 
       NeedleShape value
    );
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property NeedleShape NeedleShape {
       NeedleShape get();
       void set (    NeedleShape value);
    }
    See Also