Gets or sets the border width.

Namespace:  Karamasoft.WebControls.UltimateSearch
Assembly:  UltimateSearch (in UltimateSearch.dll) Version: 3.6.3650.26268

Syntax

C#
public override Unit BorderWidth { get; set; }
Visual Basic (Declaration)
Public Overrides Property BorderWidth As Unit
Visual C++
public:
virtual property Unit BorderWidth {
	Unit get () override;
	void set (Unit value) override;
}

Field Value

Border width.

Remarks

Use this property to set the border width.

See Also