Gets or sets the height of the Web server control.
Syntax
'Declaration
Public Overridable Property Height As Unit
public virtual Unit Height {get; set;}
Property Value
A
System.Web.UI.WebControls.Unit that represents the height of the control. The default is
System.Web.UI.WebControls.Unit.Empty.
Exceptions
See Also