SearchBar
Constructors
Constructors
Description
Properties
Properties
Description
Usages
SearchBar("Enter a description", TextChanged, SearchButtonPressed)
.keyboard(Keyboard.Email)
.cancelButtonColor(Color.Green.ToFabColor(), Color.White.ToFabColor())
.textColor(Color.Red.ToFabColor(), Color.Blue.ToFabColor())
.font(namedSize = NamedSize.Large, fontFamily = "Arial", attributes = FontAttributes.Bold)
.textTransform(TextTransform.Lowercase)Get access to the underlying Xamarin.Forms.SearchBar #
Last updated