DropDownList.BorderWidth 속성
정의
컨트롤의 테두리 너비를 가져오거나 설정합니다.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; }
member this.BorderWidth : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property BorderWidth As Unit
속성 값
- 특성
설명
참고
BorderWidth 속성에서 상속 되는 WebControl 클래스 및에 적용 되지 않습니다는 DropDownList 컨트롤.The BorderWidth property is inherited from the WebControl class and is not applicable to the DropDownList control.