Control.FontStyle 屬性

定義

取得或設定轉譯文字的樣式。

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" />

屬性值

其中一個 值,指定轉譯文字的樣式。 預設值為 Normal

適用於