FontWeights.Regular 属性

定义

指定“Regular”字体粗细。

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

属性值

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

注解

Regular 在字体粗细上等效于 Normal

适用于