SearchBar Class

Definition

Provides iOS-specific configuration for SearchBar visual style.

public ref class SearchBar abstract sealed
public static class SearchBar
type SearchBar = class
Public Module SearchBar
Inheritance
SearchBar

Fields

Name Description
SearchBarStyleProperty

Bindable property for attached property SearchBarStyle.

Methods

Name Description
GetSearchBarStyle(BindableObject)

Gets the iOS UISearchBarStyle for the SearchBar.

GetSearchBarStyle(IPlatformElementConfiguration<iOS,SearchBar>)

Gets the iOS UISearchBarStyle for the SearchBar.

SetSearchBarStyle(BindableObject, UISearchBarStyle)

Sets the iOS UISearchBarStyle for the SearchBar.

SetSearchBarStyle(IPlatformElementConfiguration<iOS,SearchBar>, UISearchBarStyle)

Sets the iOS UISearchBarStyle for the SearchBar.

Applies to