ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Control Class / Height Property






In This Topic
    Height Property (Control)
    In This Topic
    Gets or sets the height of the control.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Height As System.String
    'Usage
     
    
    Dim instance As Control
    Dim value As System.String
     
    instance.Height = value
     
    value = instance.Height
    [C1Ignore()]
    public System.string Height {get; set;}
    public read-write property Height: System.String; 
    C1IgnoreAttribute()
    public function get,set Height : System.String
    [C1Ignore()]
    public: __property System.string* get_Height();
    public: __property void set_Height( 
       System.string* value
    );
    [C1Ignore()]
    public:
    property System.String^ Height {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also