FontWeights.ExtraBold 属性

定义

指定“加粗”字体粗细。

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

属性值

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

注解

ExtraBold 在字体粗细中等效于 UltraBold

适用于