Share via


FontWeights.Light プロパティ

定義

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

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

プロパティ値

Weight 値が 300 の FontWeight

適用対象