Share via


Shape.Fill Property

Definition

Gets or sets the Brush used to paint the shape's interior. This is a bindable property.

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

Applies to