ListBox.BorderWidth 属性

定义

获取或设置控件的边框宽度。

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

属性值

Unit

表示控件的边框宽度的 Unit 对象。

属性

注解

备注

BorderWidth 属性继承自 WebControl 类,不适用于 ListBox 控件。

适用于

另请参阅