Gets or sets the alignment of the search button when ButtonType is ImageButton.

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

Syntax

C#
public ImageAlign ImageAlign { get; set; }
Visual Basic (Declaration)
Public Property ImageAlign As ImageAlign
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