The properties of UIKit.UISearchBar are listed below. For a list of all members, see the UISearchBar Members list.
See Also: Inherited members from UIKit.UIView
| [read-only] static | Appearance | UISearchBar.UISearchBarAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| AutocapitalizationType | UITextAutocapitalizationType. The autocapitalization style used on the text. | |
| AutocorrectionType | UITextAutocorrectionType. The autocorrection style used on the text. | |
| BackgroundImage | UIImage. The UIImage shown in the background of the search bar. | |
| [read-only] | BarPosition | UIBarPosition. Gets the UIKit.UIBarPosition of this UIKit.UISearchBar view. |
| BarStyle | UIBarStyle. The appearance of this UISearchBar. | |
| BarTintColor | UIColor. The tint applied to the background of this UISearchBar. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IUISearchBarDelegate. An instance of the UIKit.UISearchBarDelegate model class which acts as the class delegate. | |
| EnablesReturnKeyAutomatically | bool. Gets or sets whether to enable the return key when a user enters text. | |
| InputAccessoryView | UIView. The custom input accessory for the keyboard of this UISearchBar. | |
| KeyboardAppearance | UIKeyboardAppearance. Gets or sets the appearance of the keyboard that is associated with this UIKit.UISearchBar bar, as a UIKit.UIKeyboardAppearance object. | |
| KeyboardType | UIKeyboardType. The keyboard style used for the text. | |
| Placeholder | string. A string that is displayed when there is no other text in the text field. | |
| Prompt | string. A line of text displayed at the top of this UISearchBar. | |
| ReturnKeyType | UIReturnKeyType. Gets or sets the UIKit.UIReturnKeyType value for the return key that is associated with this UIKit.UISearchBar bar. | |
| ScopeBarBackgroundImage | UIImage. The UIImage used for the background of the scope bar. | |
| ScopeButtonTitles | string[]. The titles of the scope buttons. | |
| SearchBarStyle | UISearchBarStyle. The style used for this UISearchBar's appearance. | |
| SearchFieldBackgroundPositionAdjustment | UIOffset. The offset of the search text field background in this UISearchBar. | |
| SearchResultsButtonSelected | bool. Whether the search results button is selected. | |
| SearchTextPositionAdjustment | UIOffset. The offset of the text in the search text field background. | |
| SecureTextEntry | bool. Gets or sets whether this UIKit.UISearchBar bar hides the text that a user enters. | |
| SelectedScopeButtonIndex | nint. The index of the selected scope button. | |
| ShouldBeginEditing | UISearchBarPredicate. Delegate invoked by the object to get a value. | |
| ShouldChangeTextInRange | UISearchBarRangeEventArgs. Delegate invoked by the object to get a value. | |
| ShouldEndEditing | UISearchBarPredicate. Delegate invoked by the object to get a value. | |
| ShowsBookmarkButton | bool. Whether the bookmark button is displayed. | |
| ShowsCancelButton | bool. Whether the cancel button is displayed. | |
| ShowsScopeBar | bool. Whether the scope bar is displayed. | |
| ShowsSearchResultsButton | bool. Whether the search results button is displayed. | |
| SpellCheckingType | UITextSpellCheckingType. The UIKit.UITextSpellCheckingType used on this UIKit.UISearchBar. | |
| Text | string. The current or starting search text. | |
| Translucent | bool. True if the search bar is translucent. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |