Bagikan melalui


WindowsFormsHost.Background Properti

Definisi

Mendapatkan atau mengatur latar belakang kontrol yang dihosting sebagai properti sekitar.

public:
 property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Background { get; set; }
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush

Nilai Properti

Atur Brush ke warna latar belakang.

Keterangan

Properti dependensi ini diidentifikasi oleh BackgroundProperty bidang . Secara default, properti ini dipetakan untuk memperbarui Control.BackColor properti dan Control.BackgroundImage kontrol yang dihosting.

Untuk informasi selengkapnya tentang pemetaan Background properti, lihat Formulir Windows dan Pemetaan Properti WPF.

Penggunaan Atribut XAML

<object Background="Brush"/>

Nilai XAML

Sikat Lihat Brush untuk sintaks Atribut XAML.

Informasi Properti Dependensi

Bidang pengidentifikasi BackgroundProperty
Properti metadata diatur ke true AffectsRender, SubPropertiesDoNotAffectRender

Berlaku untuk

Lihat juga