BoxView

Inheritance: Element -> NavigableElement -> VisualElement -> View Xamarin.Forms documentation: BoxView API / Guide

For details on how the control actually works, please refer to the Xamarin.Forms documentation.

Constructors

Properties

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