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

備註

一般或羅馬字型中的字元是直立的。

適用於