WindowsFormsHost.FontStyle 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 gaya font kontrol yang dihosting.
public:
property System::Windows::FontStyle FontStyle { System::Windows::FontStyle get(); void set(System::Windows::FontStyle value); };
public System.Windows.FontStyle FontStyle { get; set; }
member this.FontStyle : System.Windows.FontStyle with get, set
Public Property FontStyle As FontStyle
Nilai Properti
Gaya font yang digunakan dalam kontrol yang dihosting.
Keterangan
Properti dependensi ini diidentifikasi oleh FontStyleProperty 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 FontStyle="fontStyle"/>
Nilai XAML
fontStyle Lihat FontStyle untuk sintaks Atribut XAML.
Informasi Properti Dependensi
Bidang pengidentifikasi | FontStyleProperty |
Properti metadata diatur ke true |
AffectsMeasure, AffectsRender, Inherits |