BoxView.Color Property

Definition

Gets or sets the color which will fill the rectangle. This is a bindable property.

public Xamarin.Forms.Color Color { get; set; }
member this.Color : Xamarin.Forms.Color with get, set

Property Value

The color that is used to fill the rectangle. The default is Default.

Applies to