UltimateSearch Class Library

UltimateSearchButton.ImageAlign Property

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

[Visual Basic]
Public Property ImageAlign As ImageAlign
[C#]
public System.Web.UI.WebControls.ImageAlign ImageAlign {get; set;}

Property 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

UltimateSearchButton Class | Karamasoft.WebControls.UltimateSearch Namespace