Width Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the width.

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

Syntax

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

Field Value

Width.

Remarks

Use this property to set the width.

See Also