DropDownList.BorderWidth Property

Definition

Gets or sets the border width for the control.

public:
 virtual property System::Web::UI::WebControls::Unit BorderWidth { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.WebControls.Unit BorderWidth { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BorderWidth : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property BorderWidth As Unit

Property Value

A Unit that represents the border width for the control.

Attributes

Remarks

Note

The BorderWidth property is inherited from the WebControl class and is not applicable to the DropDownList control.

Applies to