DropDownList.BorderWidth Propriedade
Definição
Obtém ou define a largura da borda do controle.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
Valor da propriedade
Um Unit que representa a largura da borda do controle.A Unit that represents the border width for the control.
- Atributos
Comentários
Observação
A BorderWidth propriedade é herdada da WebControl classe e não é aplicável ao DropDownList controle.The BorderWidth property is inherited from the WebControl class and is not applicable to the DropDownList control.