FontWeights.ExtraBold 属性

定义

指定字体粗细值 800。

public:
 static property FontWeight ExtraBold { FontWeight get(); };
static FontWeight ExtraBold();
public static FontWeight ExtraBold { get; }
var fontWeight = FontWeights.extraBold;
Public Shared ReadOnly Property ExtraBold As FontWeight

属性值

Weight 值为 800 的 FontWeight

适用于