Share via


FontWeights.Black プロパティ

定義

フォントの太さの値を 900 に指定します。

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

プロパティ値

Weight 値が 900 の FontWeight

適用対象