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

In This Topic
    Radius Property
    In This Topic
    Gets or sets the radius of the Circle annotation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(100)>
    Public Property Radius As Single
    [DefaultValue(100)]
    public float Radius {get; set;}
    See Also