Bagikan melalui


WindowsFormsHost.FontWeight Properti

Definisi

Mendapatkan atau mengatur bobot font kontrol yang dihosting.

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

Nilai Properti

Bobot font yang digunakan dalam kontrol yang dihosting.

Keterangan

Properti dependensi ini diidentifikasi oleh FontWeightProperty bidang . Secara default, properti ini dipetakan untuk memperbarui Control.Font properti kontrol yang dihosting. Untuk informasi selengkapnya, lihat Formulir Windows dan Pemetaan Properti WPF.

Penggunaan Atribut XAML

<object FontWeight="fontWeight"/>

Nilai XAML

fontWeight Lihat FontWeight untuk sintaks Atribut XAML.

Informasi Properti Dependensi

Bidang pengidentifikasi FontWeightProperty
Properti metadata diatur ke true AffectsMeasure, AffectsRender, Inherits

Berlaku untuk

Lihat juga