Share via


VisualElement.Background Eigenschaft

Definition

Ruft den ab, der Brush zum Ausfüllen des Hintergrunds eines Elements verwendet wird, oder legt diesen fest. Dies ist eine bindbare Eigenschaft.

public:
 property Microsoft::Maui::Controls::Brush ^ Background { Microsoft::Maui::Controls::Brush ^ get(); void set(Microsoft::Maui::Controls::Brush ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BrushTypeConverter))]
public Microsoft.Maui.Controls.Brush Background { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BrushTypeConverter))>]
member this.Background : Microsoft.Maui.Controls.Brush with get, set
Public Property Background As Brush

Eigenschaftswert

Attribute

Gilt für: