RadioButton
Constructors
Constructors
Description
Properties
Properties
Description
Usages
RadioButton(model.IsChecked, CheckedChangedMsg)
.progressColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.borderColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.groupName("MyGroup")
.borderWidth(10.)
.characterSpacing(2.)
.cornerRadius(5.)
RadioButton("Cat", model.IsChecked, CheckedChangedMsg)
.font(namedSize = NamedSize.Large, fontFamily = "Arial", attributes = FontAttributes.Bold)
.textColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.textTransform(TextTransform.Lowercase)Get access to the underlying Xamarin.Forms.RadioButton #
Last updated