TextElement.FontStyle Properti

Definisi

Mendapatkan atau mengatur gaya font untuk konten dalam elemen ini.

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

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

Nilai Properti

Salah satu nama konstanta FontStyle , menentukan gaya font. Defaultnya adalah Normal.

Berlaku untuk