TimePicker
Constructors
Constructors
Description
Properties
Properties
Description
iOS-specific Properties
Properties
Description
Usages
TimePicker(TimeSpan.Parse("00:00:01"), TimeChanged)
.characterSpacing(1.0)
.format("dd/MM/yyyy")
.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.TimePicker
Last updated