In This Topic

Width Property (DocuVieware)

In This Topic
Gets or sets the width of the Web server control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Width As Unit
public override Unit Width {get; set;}

Property Value

A System.Web.UI.WebControls.Unit that represents the width of the control. The default is System.Web.UI.WebControls.Unit.Empty.
Exceptions
ExceptionDescription
The width of the Web server control was set to a negative value.
See Also