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






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