DropDownList.BorderWidth Propiedad

Definición

Obtiene o establece el ancho del borde del 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

Valor de propiedad

Unit

Unit que representa el ancho del borde del control.

Atributos

Comentarios

Nota

La BorderWidth propiedad se hereda de la WebControl clase y no es aplicable al DropDownList control .

Se aplica a