Gets or sets the height of the Web server control.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override Unit Height { get; set; }
Visual Basic
Public Overrides Property Height As Unit
	Get
	Set

Field Value

Return Value

A Unit that represents the height of the control. The default is Empty.

Exceptions

ExceptionCondition
System..::..ArgumentException The height was set to a negative value.

See Also