FontWeights.Normal 属性

定义

指定“普通”字体粗细。

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

属性值

一个表示“普通”字体粗细的值。

示例

“超粗体”字体粗细描述比普通粗细更重的笔划。

注解

Normal 在字体粗细中等效于 Regular

适用于