FontStyles.Normal プロパティ

定義

標準の FontStyle を指定します。

public:
 static property System::Windows::FontStyle Normal { System::Windows::FontStyle get(); };
public static System.Windows.FontStyle Normal { get; }
member this.Normal : System.Windows.FontStyle
Public Shared ReadOnly Property Normal As FontStyle

プロパティ値

FontStyle

標準の FontStyle を表す値。

次のコード例では、プロパティを Normal 使用して FontStyle、 .

FontStyle fontStyle = FontStyles.Normal;
Dim fontStyle As FontStyle = FontStyles.Normal

注釈

標準フォント (ローマ字) の文字は直立しています。

適用対象