Control.FontStyle Properti

Definisi

Mendapatkan atau mengatur gaya di mana teks dirender.

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = control.fontStyle;
control.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<control FontStyle="fontStyleMemberName" />

Nilai Properti

Salah satu nilai yang menentukan gaya di mana teks dirender. Defaultnya adalah Normal.

Berlaku untuk