ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Circle Class / Radius Property






In This Topic
    Radius Property (Circle)
    In This Topic
    Gets or sets the radius of the Circle annotation.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property Radius As System.Single
    'Usage
     
    
    Dim instance As Circle
    Dim value As System.Single
     
    instance.Radius = value
     
    value = instance.Radius
    [System.ComponentModel.DefaultValue(100)]
    public System.float Radius {get; set;}
    public read-write property Radius: System.Single; 
    System.ComponentModel.DefaultValueAttribute(100)
    public function get,set Radius : System.float
    [System.ComponentModel.DefaultValue(100)]
    public: __property System.float get_Radius();
    public: __property void set_Radius( 
       System.float value
    );
    [System.ComponentModel.DefaultValue(100)]
    public:
    property System.float Radius {
       System.float get();
       void set (    System.float value);
    }
    See Also