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

プロパティ値

テキストをレンダリングするスタイルを指定する値の 1 つ。 既定値は Normal です

適用対象