VisualElement.BackgroundColor Propriété

Définition

Obtient ou définit le Color qui remplira l’arrière-plan d’un élément. Il s’agit d’une propriété pouvant être liée.

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

Valeur de propriété

Couleur utilisée pour remplir l’arrière-plan d’un VisualElement.

Remarques

Pour les dégradés d’arrière-plan et autres, utilisez Background.

S’applique à