BorderWidth Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the border width.

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

Syntax

C#
public override Unit BorderWidth { get; set; }
Visual Basic
Public Overrides Property BorderWidth As Unit
	Get
	Set
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