FontWeights.SemiBold 属性

定义

指定字体粗细值 600。

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

属性值

Weight 值为 600 的 FontWeight

适用于