Bagikan melalui


WindowsFormsHost.FontStyle Properti

Definisi

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

Berlaku untuk

Lihat juga