ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Square Class / Length Property

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