FontWeights.Bold プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フォントの太さの値を 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 。