Gets or sets the width of the Web server control.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Property Width As Unit |
| C# |
|---|
| public override Unit Width { get; set; } |
| C++ |
|---|
| public override property Unit Width override { Unit get(); void set(Unit value); } |
| J# |
|---|
| /** property */ public Unit get_Width(); /** property */ public void set_Width(Unit value); |
| JScript |
|---|
| public function get Width() : Unit public function set Width(value : Unit); |
Property Value
A
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | The width of the Web server control was set to a negative value. |