Gets or sets the width of the Web server control.
Namespace:
C1.Web.iPhone.C1ViewPortAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public override Unit Width { get; set; } |
Visual Basic |
---|
Public Overrides Property Width As Unit Get Set |
Field Value
Return Value
A Unit that represents the width of the control. The default is Empty.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The width of the Web server control was set to a negative value. |