FontWeights.SemiBold 属性

定义

指定“半粗体”字体粗细。

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

属性值

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

注解

SemiBold 在字体粗细中等效于 DemiBold

适用于