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

適用対象