ListBox.BorderWidth Property
.NET Framework 3.0
Gets or sets the border width for the control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property Unit BorderWidth { Unit get () override; void set (Unit value) override; }
/** @property */ public Unit get_BorderWidth () /** @property */ public void set_BorderWidth (Unit value)
public override function get BorderWidth () : Unit public override function set BorderWidth (value : Unit)
Not applicable.
Property Value
A Unit object that represents the border width of the control. Note: |
|---|
| The BorderWidth property is inherited from the WebControl class and is not applicable to the ListBox control. |
Community Additions
ADD
Show:
Note: