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 控制項。

適用於

另請參閱