Condividi tramite


VisualElement.BackgroundColor Proprietà

Definizione

Ottiene o imposta l'oggetto Color che riempie lo sfondo di un elemento. Si tratta di una proprietà associabile.

public:
 property Microsoft::Maui::Graphics::Color ^ BackgroundColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color BackgroundColor { get; set; }
member this.BackgroundColor : Microsoft.Maui.Graphics.Color with get, set
Public Property BackgroundColor As Color

Valore della proprietà

Commenti

Per le sfumature di sfondo e di questo tipo, usare Background.

Si applica a