7 references to UISearchBarStyle
Microsoft.Maui.Controls (7)
PlatformConfiguration\iOSSpecific\SearchBar.cs (7)
15
public static readonly BindableProperty SearchBarStyleProperty = BindableProperty.Create("SearchBarStyle", typeof(
UISearchBarStyle
), typeof(SearchBar),
UISearchBarStyle
.Default);
18
public static
UISearchBarStyle
GetSearchBarStyle(BindableObject element)
20
return (
UISearchBarStyle
)element.GetValue(SearchBarStyleProperty);
24
public static void SetSearchBarStyle(BindableObject element,
UISearchBarStyle
style)
30
public static
UISearchBarStyle
GetSearchBarStyle(this IPlatformElementConfiguration<iOS, FormsElement> config)
37
this IPlatformElementConfiguration<iOS, FormsElement> config,
UISearchBarStyle
style)