BoxView.Fill Property

Definition

Gets or sets the brush that fills the interior of the BoxView.

public:
 property Microsoft::Maui::Controls::Brush ^ Fill { Microsoft::Maui::Controls::Brush ^ get(); void set(Microsoft::Maui::Controls::Brush ^ value); };
public Microsoft.Maui.Controls.Brush Fill { get; set; }
member this.Fill : Microsoft.Maui.Controls.Brush with get, set
Public Property Fill As Brush

Property Value

A Brush object that describes how the BoxView's interior is painted. The default value is null.

Applies to