Gets or sets the border style.

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

Syntax

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

Field Value

Border style.

Remarks

Use this property to set the border style.

See Also