次の方法で共有


FontStyles.Normal プロパティ

定義

通常の FontStyleを指定します。

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

プロパティ値

通常の FontStyleを表す値。

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

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

注釈

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

適用対象