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

注解

普通或罗马字体中的字符是直立的。

适用于