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






In This Topic
    StartAngle Property (RadialGauge)
    In This Topic
    Gets or sets the starting angle for the gauge, in degrees.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As System.Double
    'Usage
     
    
    Dim instance As RadialGauge
    Dim value As System.Double
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public System.double StartAngle {get; set;}
    public read-write property StartAngle: System.Double; 
    public function get,set StartAngle : System.double
    public: __property System.double get_StartAngle();
    public: __property void set_StartAngle( 
       System.double value
    );
    public:
    property System.double StartAngle {
       System.double get();
       void set (    System.double value);
    }
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also