FontWeights.Bold プロパティ

定義

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

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

プロパティ値

Weight 値が 700 の FontWeight

適用対象