ImageAlign Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the alignment of the search button when ButtonType is ImageButton.

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

Syntax

C#
public ImageAlign ImageAlign { get; set; }
Visual Basic
Public Property ImageAlign As ImageAlign
	Get
	Set
Visual C++
public:
property ImageAlign ImageAlign {
	ImageAlign get ();
	void set (ImageAlign value);
}

Field Value

Alignment of the search button when ButtonType is ImageButton. The default value is AbsMiddle.

Remarks

Use this property to set the alignment of the search button when ButtonType is ImageButton.

See Also