FontWeights.DemiBold 属性

定义

指定“Demi-bold”字体粗细。

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

属性值

一个表示“Demi-bold”字体粗细的值。

注解

DemiBold 在字体粗细上等效于 SemiBold

适用于