In This Topic

Height Property (DocuVieware)

In This Topic
Gets or sets the height of the Web server control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Height As Unit
public override 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
ExceptionDescription
The height was set to a negative value.
See Also