BoxView
Constructors
Constructors
Description
Properties
Properties
Description
Usages
BoxView(light = Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.cornerRadius(10.)Get access to the underlying Xamarin.Forms.BoxView #
let boxViewRef = ViewRef<BoxView>()
BoxView(Color.Red.ToFabColor())
.reference(boxViewRef)Last updated