WindowsFormsHost.FontWeight Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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 |