FontWeights.Normal 属性

定义

指定“Normal”字体粗细。

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

属性值

FontWeight

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

示例

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

注解

Normal等效于字体粗细 。Regular

适用于