SearchBar Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |