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

適用対象