FontStyles.Normal 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定一个普通 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
注解
普通或罗马字体中的字符是直立的。