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