FontWeights.Normal プロパティ

定義

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

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

プロパティ値

Weight 値が 400 の FontWeight

適用対象